borgbackup/borg/testsuite
Thomas Waldmann 93a89d97fa ChunkerParams: fix parameter order
the parser for the --chunker-params argument had a wrong parameter order.
fixed the order so it conforms to the help text and the docs.
also added some tests for it and a text for the ValueError exception.
2015-08-17 11:50:47 +02:00
..
__init__.py remove old unittest discover / runner code, we use py.test now 2015-08-08 19:03:37 +02:00
archive.py get rid of testsuite.mock, directly import from mock 2015-08-09 14:26:54 +02:00
archiver.py borg list --short, remove requirement for fakeroot, xfail a test 2015-08-15 20:52:14 +02:00
chunker.py misc chunker parameter changes 2015-06-21 01:46:41 +02:00
compress.py deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
crypto.py fix all references to package name 2015-05-22 19:21:41 +02:00
hashindex.py reimplement the chunk index merging in C 2015-08-06 23:32:53 +02:00
helpers.py ChunkerParams: fix parameter order 2015-08-17 11:50:47 +02:00
key.py fix all references to package name 2015-05-22 19:21:41 +02:00
locking.py locking code: extract timeout/sleep code into reusable TimeoutTimer class 2015-07-13 16:45:18 +02:00
lrucache.py minor lrucache test fix 2015-08-15 16:15:10 +02:00
platform.py style and cosmetic fixes, no semantic changes 2015-07-11 18:31:49 +02:00
repository.py get rid of testsuite.mock, directly import from mock 2015-08-09 14:26:54 +02:00
xattr.py fix all references to package name 2015-05-22 19:21:41 +02:00