summaryrefslogtreecommitdiff
path: root/fs/tests/test_expose.py
Commit message (Expand)AuthorAgeFilesLines
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-4/+11
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-101-103/+3
* 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-131-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-0/+1
* First stab at a Python3 portwillmcgugan2011-12-261-4/+14
* Fixes and documentationwillmcgugan2011-08-071-14/+41
* (no commit message)rfkelly02011-02-051-6/+1
* *really* fix Win32SafetyFS testsrfkelly02011-02-051-5/+10
* Refactor CacheFS for efficiency and usability.rfkelly02011-01-111-1/+12
* Fixes for fsmountwillmcgugan2010-12-231-1/+1
* test fixes for windozewillmcgugan2010-12-201-7/+16
* Fixed some broken testswillmcgugan2010-12-171-2/+3
* More changes to the FS url syntaxwillmcgugan2010-12-111-1/+1
* Got tests working againwillmcgugan2010-12-101-1/+3
* make listdirinfo() an official part of the FS APIrfkelly02010-09-271-0/+6
* dokan: make the module importable even if dokan is not installed.rfkelly02010-08-101-5/+2
* factor dokan-specific test fixes into a mixin, so I can use them in other (pr...rfkelly02010-08-091-22/+28
* fix some multi-threading-related issues in fs.expose.dokanrfkelly02010-08-071-4/+1
* TestDokan: more robust subprocess teardown (including retries)rfkelly02010-08-051-2/+11
* modulo some Dokan bugs, all OSFS testcases now pass when looped through Dokanrfkelly02010-08-041-0/+51
* (no commit message)rfkelly02009-07-151-1/+4
* got latest unittests passing on Windowsrfkelly02009-07-131-26/+31
* add default timeout to fuse.MountProcess.unmount, after which it will be forc...rfkelly02009-06-191-1/+7
* include thread-safety tests in tests/test_expose.pyrfkelly02009-06-161-3/+3
* merge branch "rfk-ideas" into trunkrfkelly02009-06-151-0/+119