summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-09-14test_is_slow_msgpack: skip test on expected slow msgpack environmentsThomas Waldmann
2023-09-14allow msgpack 1.0.6 (which has py312 wheels), fixes #7810Thomas Waldmann
2023-09-14allow msgpack 1.0.6(rc1)Thomas Waldmann
2023-09-14avoid tarfile deprecation warning for py312Thomas Waldmann
2023-09-05fix src code formattingThomas Waldmann
2023-09-04replace flake8 by ruffThomas Waldmann
2023-09-03rlist: remove support for {tam} placeholderThomas Waldmann
2023-09-03always implicitly require archive TAMsThomas Waldmann
2023-09-03always implicitly require manifest TAMsThomas Waldmann
2023-09-03check: improve logging for TAM issues, fixes #7797Thomas Waldmann
2023-09-02docs: remove zstd compat hintThomas Waldmann
2023-08-30add tests for archive TAMsThomas Waldmann
2023-08-30rebuild_refcounts: keep archive ID, if possibleThomas Waldmann
2023-08-30TAM msgs: be more specific: archives vs. manifestThomas Waldmann
2023-08-30list: support {tam} placeholder. check archive TAM.Thomas Waldmann
2023-08-30cache sync: check archive TAMThomas Waldmann
2023-08-30check: rebuild_refcounts verify and recreate TAMThomas Waldmann
2023-08-29fixup with msgpack data types related fixesThomas Waldmann
2023-08-29check: rebuild_manifest must verify archive TAMThomas Waldmann
2023-08-27use skipif_acls_not_working decorator for freebsd alsoThomas Waldmann
2023-08-27linux: move ACL definitions to platform_linux test moduleThomas Waldmann
2023-08-27freebsd: add some ACL tests, fixes #7745Thomas Waldmann
2023-08-27get_*_dir tests: use create=FalseThomas Waldmann
2023-08-27get_*_dir: add create=True kw argumentThomas Waldmann
2023-08-24docs: improve rcreate / related repos docsThomas Waldmann
2023-07-30Merge pull request #7750 from ThomasWaldmann/fix-unreadable-parent-of-root-ma...TW
2023-07-30`platform_freebsd.py` dummy test file (#7748)Ted Lawson
2023-07-29remove unused "flags_root" open flagsThomas Waldmann
2023-07-29create: do not try to read parent dir of recursion root, fixes #7746Thomas Waldmann
2023-07-29add a test for unreadable parent dir, see #7746Thomas Waldmann
2023-07-29reverted import groupingbigtedde
2023-07-28Merge remote-tracking branch 'upstream/master' into remove-BaseTestCasebigtedde
2023-07-28parametrize helper.pybigtedde
2023-07-27seperated platform tests into seperate modulesbigtedde
2023-07-27linux tests converted, renamed tests for consistencybigtedde
2023-07-26mac and posix tests converted, removed BaseTestCase and unittestbigtedde
2023-07-26removed BaseTestCase from chunker_slow.pybigtedde
2023-07-26removed BaseTestCase from helpers.pybigtedde
2023-07-26removed TestCaseBase from testsuite/archive.pybigtedde
2023-07-26fix E501Thomas Waldmann
2023-07-26fix E741Thomas Waldmann
2023-07-26fix F401Thomas Waldmann
2023-07-25simplify flake8 configurationThomas Waldmann
2023-07-25fix test_disk_full, fixes #7617Thomas Waldmann
2023-07-25simplify BaseTestCase.assert_raisesThomas Waldmann
2023-07-25simplify changedir with @contextmanagerThomas Waldmann
2023-07-25remove unused methods of BaseTestCaseThomas Waldmann
2023-07-25tests: remove usage of environment_variable context managerThomas Waldmann
2023-07-24`cmd` function now creates repo_location argument (#7734)Ted Lawson
2023-07-23Merge pull request #7722 from bigtedde/archiver-testsTW