summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestFile.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-041-448/+0
|
* 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-231-4/+14
|
* fixed imports from test commonChris St. Pierre2012-08-221-1/+2
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-221-1/+3
|
* 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
|
* removed context managers from unit testsChris St. Pierre2012-08-211-34/+27
|
* lots of various py3k fixesChris St. Pierre2012-08-211-21/+21
|
* fixed builtin mocks for py3kChris St. Pierre2012-08-211-2/+2
|
* 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-161-22/+26
|
* POSIX: added tests, fixes for File._get_diffsChris St. Pierre2012-08-161-7/+95
|
* POSIX:Chris St. Pierre2012-08-151-0/+318
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