borgbackup/borg/testsuite
Michael Hanselmann 3a39ddbd83 Rename pattern classes for consistency
The class names “IncludePattern” and “ExcludePattern” may have been
appropriate when they were the only styles. With the recent addition of
regular expression support and with at least one more style being added
in forthcoming changes these classes should be renamed to be more
descriptive. “ExcludeRegex” is also renamed to match the new names.
2016-01-15 17:16:25 +01:00
..
__init__.py move test utilities to testsuite package, add FakeInputs utility 2015-11-01 19:13:45 +01:00
archive.py get rid of testsuite.mock, directly import from mock 2015-08-09 14:26:54 +02:00
archiver.py add --list option for borg create 2016-01-14 18:57:05 +01:00
benchmark.py fix badly named environment variable, fixes #503 2015-12-20 02:03:33 +01:00
chunker.py misc chunker parameter changes 2015-06-21 01:46:41 +02:00
compress.py do not test lzma level 9 compression 2015-09-12 19:16:45 +02:00
crypto.py fix all references to package name 2015-05-22 19:21:41 +02:00
hashindex.py misc. hash table tuning 2015-12-01 21:18:58 +01:00
helpers.py Rename pattern classes for consistency 2016-01-15 17:16:25 +01:00
key.py unify repo/archive parameter name to "location" 2015-12-12 22:15:08 +01:00
locking.py implement --lock-wait, support timeout for UpgradableLock, fixes #210 2015-11-21 15:34:51 +01:00
logger.py configure logging via env var, use LazyLogger 2015-11-21 01:14:07 +01:00
lrucache.py minor lrucache test fix 2015-08-15 16:15:10 +02:00
platform.py acls (linux): make tests as they should be 2015-10-19 01:09:58 +02:00
repository.py determine log level from the logger, so it works with logging.conf also 2015-12-12 22:15:08 +01:00
upgrader.py pass through some global options from client to server 2015-12-12 22:15:08 +01:00
xattr.py xattr tests: ignore security.selinux attribute showing up 2015-09-14 01:26:20 +02:00