borg/src/borg/testsuite
Thomas Waldmann 54a85bf56d
format_timedelta: use 3 decimal digits (ms)
maybe this fixes the frequently failing test.
also, giving ms makes more sense than 10ms granularity.
2024-04-04 12:45:28 +02:00
..
archiver create: add the slashdot hack, fixes #4685 2024-02-20 04:08:09 +01:00
__init__.py fix F401 2023-07-26 01:23:37 +02:00
archive.py format_timedelta: use 3 decimal digits (ms) 2024-04-04 12:45:28 +02:00
benchmark.py fix F401 2023-07-26 01:23:37 +02:00
cache.py add_chunk: remove overwrite parameter 2023-09-23 00:10:35 +02:00
checksums.py refactor: use less binascii 2024-02-19 02:16:19 +01:00
chunker.py
chunker_pytest.py fix test_buzhash_chunksize_distribution 2023-06-06 10:09:53 +02:00
chunker_slow.py refactor: use less binascii 2024-02-19 02:16:19 +01:00
compress.py zlib legacy decompress: fix tests 2023-10-24 23:33:42 +02:00
conftest.py fix mypy complaints 2024-01-02 20:57:42 +01:00
crypto.py refactor: use less binascii 2024-02-19 02:16:19 +01:00
efficient_collection_queue.py
file_integrity.py fix F401 2023-07-26 01:23:37 +02:00
hashindex.py fix F401 2023-07-26 01:23:37 +02:00
hashindex_pytest.py
helpers.py format_timedelta: use 3 decimal digits (ms) 2024-04-04 12:45:28 +02:00
item.py Sanitize paths during archive creation/extraction/... 2023-06-07 23:23:53 +02:00
key.py refactor: use less binascii 2024-02-19 02:16:19 +01:00
locking.py LockRoster.modify: no KeyError if element was already gone, fixes #7937 2023-11-18 17:39:30 +01:00
logger.py
lrucache.py replace `LRUCache` internals with `OrderedDict` 2023-06-10 20:57:32 +02:00
nanorst.py
patterns.py
platform.py FreeBSD: added tests, only get default ACL from dirs 2024-04-02 01:38:27 +02:00
platform_darwin.py platform tests: misc. minor cleanups 2024-04-02 01:38:17 +02:00
platform_freebsd.py FreeBSD: added tests, only get default ACL from dirs 2024-04-02 01:38:27 +02:00
platform_linux.py linux: move ACL definitions to platform_linux test module 2023-08-27 05:06:17 +02:00
platform_posix.py seperated platform tests into seperate modules 2023-07-27 15:38:21 -07:00
remote.py ro_type: typed repo objects, see #7670 2023-09-24 20:10:50 +02:00
repoobj.py raise IntegrityError if ro_type is not as expected 2023-09-24 20:10:56 +02:00
repository.py check --repair: test if shadow index is recreated 2023-11-05 18:41:31 +01:00
shellpattern.py Add support and tests for shell-style alternatives 2023-05-31 15:38:05 -07:00
version.py Parameterize 'version' and 'item' tests 2023-06-04 14:38:22 -07:00
xattr.py Xattr.py unittest to pytest conversion (#7657) 2023-06-20 16:08:44 +02:00