summaryrefslogtreecommitdiff
path: root/without-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-12-03 16:21:24 +0200
committerLars Wirzenius <liw@liw.fi>2009-12-03 16:21:24 +0200
commite36c72a3e6b877837382a3e1e85417117383bdbc (patch)
tree082f183d19247e132475b230590a73e1c12505ae /without-tests
parent07bbfa9da73a716ea2df764a339b26829b545071 (diff)
downloadobnam-e36c72a3e6b877837382a3e1e85417117383bdbc.tar.gz
Wrote a class to represent filesystem entry metadata. Only covers
stat(2) results for now. MetadataObjects can set metadata via a 'metadata' keyword argument to initializer, or the set_from_metadata method. Wrote a class to represent a non-directory file. Virtual filesystems now have a chown method. It is untested, since testing it properly would require running as root, and I don't feel like mocking this for LocalFS. Not implemented in SftpFS.
Diffstat (limited to 'without-tests')
-rw-r--r--without-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-tests b/without-tests
index ae81b9cb..3a17f75f 100644
--- a/without-tests
+++ b/without-tests
@@ -4,6 +4,7 @@
./obnamlib/status.py
./obnamlib/vfs.py
./obnamlib/vfs_sftp.py
+./obnamlib/objs.py
./obnamlib/plugins/foo_plugin.py
./obnamlib/plugins/terminal_status_plugin.py
./test-plugins/hello_plugin.py