summaryrefslogtreecommitdiff
path: root/fs/tests
Commit message (Collapse)AuthorAgeFilesLines
* Minor whitespace tidyupsAndrew Scheller2016-07-047-102/+102
| | | | | * convert all files to UNIX line-endings * strip trailing whitespace
* Fix test_with_statement to work on python3, and remove the python2.5Andrew Scheller2016-07-041-21/+12
| | | | special-case code (because we no longer support python2.5)
* Don't try comparing the 'asbytes' method that recent versions of ParamikoAndrew Scheller2016-07-041-1/+2
| | | | add to their SFTPAttributes
* Fix FSImportHook tests on python3Andrew Scheller2016-07-041-2/+2
|
* Update GoogleCode URLAndrew Scheller2016-01-061-1/+1
|
* fixes for printtree, tox ini changesWill McGugan2015-11-131-0/+6
|
* 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 ↵willmcgugan@gmail.com2013-03-319-258/+393
| | | | in Py2.6+ and Py3
* unicode test filewillmcgugan@gmail.com2013-03-251-0/+212
|
* r844 modified test_archivefs.py to not run the TestReadArchiveFS tests if ↵gcode@loowis.durge.org2013-03-181-0/+6
| | | | libarchve isn't available. This commit "completes" that change by adding the same test-skipping to TestWriteArchiveFS too.
* 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 ↵gcode@loowis.durge.org2012-12-231-0/+7
| | | | values from OSFS's _meta (eliminates duplicate code)
* 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 ↵gcode@loowis.durge.org2012-12-211-5/+1
| | | | duplicate code)
* 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 ↵gcode@loowis.durge.org2012-10-261-0/+1
| | | | | directories, and fixed up corresponding unit test. Fixes Issue 137
* 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
| | | | | | longer has the problems we were encountering before. Also required a quick fix to SFTPFS.removeddir(..., recursive=True)
* 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
|