summaryrefslogtreecommitdiff
path: root/fs/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixes, including hang bug in readlinewillmcgugan@gmail.com2014-10-161-0/+7
* Test fixes and preparations for 0.5.0 releasewillmcgugan@gmail.com2014-03-131-2/+2
* Test fixeswillmcgugan@gmail.com2014-02-261-3/+2
* Tests for getinfokeyswillmcgugan@gmail.com2013-10-181-2/+17
* Allow unicode conversion for errors containing non-ascii strings. willmcgugan@gmail.com2013-09-101-0/+6
* createfile fixeswillmcgugan@gmail.com2013-09-101-0/+3
* Changed signature for 'createfile' everywhere, fixes #133willmcgugan@gmail.com2013-09-091-2/+14
* Fix for setcontents with empty stringwillmcgugan@gmail.com2013-09-091-0/+2
* Added option to folllow symlinks to ftpfs, patch from Andrewwillmcgugan@gmail.com2013-09-091-14/+16
* Added test for read(0) (should return empty string)willmcgugan@gmail.com2013-09-091-0/+8
* mountfs testswillmcgugan@gmail.com2013-09-091-0/+8
* Added 'relativefrom' method to path.pywillmcgugan@gmail.com2013-06-281-0/+15
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-319-258/+393
* unicode test filewillmcgugan@gmail.com2013-03-251-0/+212
* r844 modified test_archivefs.py to not run the TestReadArchiveFS tests if lib...gcode@loowis.durge.org2013-03-181-0/+6
* Tests for mountfilewillmcgugan@gmail.com2013-03-171-4/+46
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-103-104/+112
* Change the way TempFS's _meta dict gets built so that it 'inherits' default v...gcode@loowis.durge.org2012-12-231-0/+7
* Made normpath('/.') and normpath('/..') behave more consistentlygcode@loowis.durge.org2012-12-221-0/+3
* Change test_invalid_chars to call the base version first (eliminates duplicat...gcode@loowis.durge.org2012-12-211-5/+1
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-013-22/+49
* Fix for mountfs testswillmcgugan2012-11-281-2/+2
* InvalidCharsInPathErrorwillmcgugan@gmail.com2012-11-241-5/+8
* Fixes for backslashes on Linux issue, see Issue #139willmcgugan@gmail.com2012-11-241-7/+7
* Prevent MemoryFS.removedir(..., recursive=True) removing non-empty parent dir...gcode@loowis.durge.org2012-10-261-0/+1
* No need to save original_setcontents in fakeOn - it's already done in setUp.gcode@loowis.durge.org2012-08-141-1/+0
* Re-enable the SFTP nosetests. Seems like the latest version of paramiko nogcode@loowis.durge.org2012-08-131-1/+0
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-134-33/+39
* Rename test classes from *ZipFS to *ArchiveFSgcode@loowis.durge.org2012-08-111-5/+5
* Stop WrapFS unit tests throwing a RemoveRootError. Fixes Issue 121gcode@loowis.durge.org2012-08-111-1/+2
* Added regression test for zip file open bugwillmcgugan2012-01-301-0/+43
* opener fix and testswillmcgugan2012-01-261-0/+32
* archive fswillmcgugan2012-01-201-0/+184
* Added sqlitefs to fs.contribwillmcgugan2012-01-162-1/+18
* Added a remove_all function to utilswillmcgugan2012-01-121-12/+19
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-113-1/+110
* Added tests for multifs prioritywillmcgugan2012-01-053-6/+55
* Python3 changeswillmcgugan2011-12-272-42/+44
* Python3 compatibilitywillmcgugan2011-12-275-48/+52
* First stab at a Python3 portwillmcgugan2011-12-267-178/+217
* Fixes and documentationwillmcgugan2011-08-072-16/+44
* Unit tests fixup - CREATED is somethimes the second event rather than the firstgcode@loowis.durge.org2011-06-061-5/+7
* fix warning in importhook testsrfkelly02011-05-061-0/+1
* fix gc-related errors in RemoteFileBuffer testsrfkelly02011-05-051-0/+8
* implemented auto closing for multi/mount fswillmcgugan2011-04-302-0/+64
* make LimitSizeFS more robustrfkelly02011-03-301-1/+1
* Added docstringwillmcgugan2011-03-241-1/+2
* Added note to test docstring about the minimum capacity of filesystem requiredwillmcgugan2011-03-241-0/+2
* add testcase for writing past the end of a filerfkelly02011-03-191-0/+9