summaryrefslogtreecommitdiff
path: root/obnamlib/vfs_local_tests.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Rename unused variables for clarityLars Wirzenius1-1/+1
2015-08-29Silence pylint no-member for _obnamLars Wirzenius1-0/+6
2015-08-29Add dummy asserts to placate pylintLars Wirzenius1-1/+1
2015-04-03Update copyright yearsLars Wirzenius1-1/+1
2015-03-22avoid shadowing builtinsThomas Waldmann1-2/+2
2015-03-22more imports cleanup: remove unused, add missingThomas Waldmann1-2/+0
2015-03-22assertIn and assertNotIn are not available on Python 2.6Thomas Waldmann1-1/+1
2014-10-03Add explanatory comment about root/wheelLars Wirzenius1-0/+2
2014-10-03Fix the way root/wheel test is doneLars Wirzenius1-2/+1
2014-10-03Update tests so they at least run on OSXJimmy Tang1-1/+1
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-03-11Disable xattr unit tests if no xattr on TMPDIRLars Wirzenius1-9/+41
2013-08-24Patches to port Obnam to FreeBSDLars Wirzenius1-2/+27
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-3/+3
2011-12-18implement get_username and get_groupname for LocalFSLars Wirzenius1-0/+7
2010-07-13Use fadvise_dontneed when reading a file.Lars Wirzenius1-2/+0
2010-07-11Move two tests to LocalFSTests, where they belong.Lars Wirzenius1-0/+8
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-34/+3
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-112/+0
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-42/+0
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-11/+0
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-7/+0
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-23/+0
2010-07-06Move more tests to VfsTests. Use single quotes instead of double.Lars Wirzenius1-29/+0
2010-07-06Move more tests to VfsTests.Lars Wirzenius1-13/+0
2010-07-06Move one test from LocalFSTests to VfsTests.Lars Wirzenius1-4/+1
2010-07-06Make LocalFSTests depend on VfsTests.Lars Wirzenius1-1/+1
2010-07-04Add counter of written bytes to VFS.Lars Wirzenius1-0/+11
2010-06-05Fix overwrite_file to handle make_backup=False and no previous file.Lars Wirzenius1-0/+4
2010-06-05Add make_backup optional argument to VFS.overwrite_file.Lars Wirzenius1-0/+5
2010-05-08Add rename operation to VFS.Lars Wirzenius1-0/+11
2010-01-23Add VirtualFileSystem.reinit to make it possible to reuse aLars Wirzenius1-0/+4
2010-01-13Add VirtualFileSystem.rmtree method, and test for it.Lars Wirzenius1-0/+6
2010-01-13Add VirtualFileSystem.rmdir, with tests, and LocalFS implementation.Lars Wirzenius1-0/+13
2010-01-11Normalize return value of VFS.abspath, by calling os.path.abspathLars Wirzenius1-0/+3
2010-01-11Make LocalFS.chdir normalize pathname.Lars Wirzenius1-0/+13
2010-01-11Add VirtualFileSystem.abspath method, and test for it.Lars Wirzenius1-0/+7
2010-01-11Remove baseurl from VFS (internal) API. Add instead current workingLars Wirzenius1-3/+14
2009-11-19Added _obnammodule.c and setup.py and VFS implementations from old branch (hi...Lars Wirzenius1-0/+219
2009-11-09Delete everything, start over from scratch, again.Lars Wirzenius1-221/+0
2009-05-29Fix problems so 'make check' passes.Lars Wirzenius1-2/+4
2009-05-23Start of sftp fs.Lars Wirzenius1-0/+1
2009-05-23Fix setting of symlink mtimes on restore. This required switching to using lu...Lars Wirzenius1-2/+2
2009-04-11Read and create symlinks via VFS.Lars Wirzenius1-0/+9
2009-04-11Implement hard link support for restore.Lars Wirzenius1-0/+9
2009-04-11Add VFS.utime. Use .utime and .chmod when restoring files.Lars Wirzenius1-0/+6
2009-04-11Added lstat and chmod to VFS layer.Lars Wirzenius1-0/+8
2009-01-05Added VirtualFileSystem.mkdir and .makedirs methods.Lars Wirzenius1-0/+18
2008-12-30The VFS.write_file method now creates missing directories.Lars Wirzenius1-0/+4
2008-12-08Added VirtualFileSystem.overwrite_file.Lars Wirzenius1-0/+20