summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestClient
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-0412-2274/+0
|
* added POSIX/Symlink.py unit tests for relative symlinksChris St. Pierre2012-09-041-0/+18
|
* testsuite: Fix Path type='device' testsSol Jerome2012-09-021-4/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed base64 encoding of non-ascii stringsChris St. Pierre2012-08-291-0/+1
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* removed relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-239-30/+110
|
* fixed imports from test commonChris St. Pierre2012-08-228-8/+16
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-228-8/+24
|
* fixed unicode test in TestFile againChris St. Pierre2012-08-221-1/+4
|
* made test of POSIXFile._diff() much much fasterChris St. Pierre2012-08-221-2/+15
|
* fixed a unicode test for POSIXFileChris St. Pierre2012-08-221-8/+2
|
* fixed conditional patching of pylibacl/selinux methods for py2.6Chris St. Pierre2012-08-221-258/+255
|
* removed context managers from unit testsChris St. Pierre2012-08-219-469/+452
|
* lots of various py3k fixesChris St. Pierre2012-08-218-44/+44
|
* fixed builtin mocks for py3kChris St. Pierre2012-08-211-2/+2
|
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-211-7/+7
|
* fixed some unicode stuff in POSIXFile testsChris St. Pierre2012-08-201-4/+3
|
* fixed diffs of unicode filesChris St. Pierre2012-08-201-2/+27
|
* minor test fixesChris St. Pierre2012-08-161-7/+4
|
* made POSIX subtool tests inherit from base POSIX tool testsChris St. Pierre2012-08-168-99/+96
|
* use common test libs for POSIX testsChris St. Pierre2012-08-168-77/+42
|
* POSIX: added tests, fixes for File._get_diffsChris St. Pierre2012-08-164-7/+95
|
* fix _verify_metadata() when selinux libs not installedChris St. Pierre2012-08-161-24/+34
|
* POSIX:Chris St. Pierre2012-08-159-0/+2080
refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl