borgbackup/borg
Michael Hanselmann 2c7ab8595d Refactor Unicode pattern tests
The unit tests for Unicode in path patterns contained a lot of
unnecessary duplication. One set of duplication was for Mac OS X (also
known as Darwin) as it normalizes Unicode in paths to NFD. Then each
test case was repeated for every type of pattern.

With this change the tests become parametrized using py.test. The
duplicated code has been removed.
2016-01-15 17:16:25 +01:00
..
support add a argparse.py (from py 3.2.6) that is not broken 2015-09-13 00:58:57 +02:00
testsuite Refactor Unicode pattern tests 2016-01-15 17:16:25 +01:00
__init__.py propperly handle borg._version using setuptools_scm 2015-08-22 15:54:40 +02:00
__main__.py add a __main__.py to nuitka works 2015-07-20 16:16:32 +02:00
_chunker.c get rid of C compiler warnings, fixes #391 2015-11-21 22:08:30 +01:00
_hashindex.c hashindex_add C implementation 2015-12-07 19:13:58 +01:00
archive.py output progress indication from inner loop, fixes #500 2015-12-27 11:06:03 +01:00
archiver.py add --list option for borg create 2016-01-14 18:57:05 +01:00
cache.py hashindex_add C implementation 2015-12-07 19:13:58 +01:00
chunker.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
compress.pyx deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
crypto.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
fuse.py Increase FUSE read_size to 1024. 2015-12-10 10:09:06 +01:00
hashindex.pyx hashindex_add C implementation 2015-12-07 19:13:58 +01:00
helpers.py Merge pull request #542 from ThomasWaldmann/fix-stats-logging 2016-01-14 14:33:53 +01:00
key.py unify repo/archive parameter name to "location" 2015-12-12 22:15:08 +01:00
locking.py UpgradableLock: release exclusive lock in case of exceptions 2015-11-21 16:53:33 +01:00
logger.py sane remote logging, remote stderr, fixes #461 2015-12-12 22:15:08 +01:00
lrucache.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
platform.py label platform code, exclude freebsd and unknown platform from coverage measurement 2015-11-01 23:06:52 +01:00
platform_darwin.pyx acls (darwin): use helper functions safe_encode/safe_decode 2015-10-19 02:32:29 +02:00
platform_freebsd.pyx acls (freebsd): use helper functions safe_encode/safe_decode 2015-10-19 01:43:46 +02:00
platform_linux.pyx acls (linux): helper functions safe_encode/safe_decode 2015-10-19 01:40:15 +02:00
remote.py unset LD_LIBRARY_PATH before invoking ssh, hopefully fixes #514 2016-01-11 02:08:58 +01:00
repository.py compact_segments: save_space -> free unused segments quickly 2015-12-08 18:36:41 +01:00
upgrader.py borg upgrade - use inplace parameter, fixes #466 2015-12-11 22:18:18 +01:00
xattr.py add some error handling/fallback for C library loading, fixes #494 2015-12-27 14:10:41 +01:00