borgbackup/borg/testsuite
Michael Hanselmann c1feb4b532 Simplify pattern tests
- Stop using “adjust_pattern” and “exclude_path” as they're utility
  functions not relevant to testing pattern classes
- Cover a few more cases, especially with more than one path separator
  and relative paths
- At least one dedicated test function for each pattern style as opposed
  to a single, big test mixing styles
- Use positive instead of negative matching (i.e. the expected list of
  resulting items is a list of items matching a pattern)
2016-01-18 20:47:22 +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 Use HTTPS everywhere. Especially when the website already redirects to HTTPS. 2016-01-17 22:31:08 +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 Simplify pattern tests 2016-01-18 20:47:22 +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