summaryrefslogtreecommitdiffstats
path: root/conftest.py
AgeCommit message (Collapse)Author
2021-04-18fix pep8 violations in conftest.pyRobert Blenis
2020-10-31FUSE: support pyfuse3 additionally to llfuse, fixes #5407Thomas Waldmann
FUSE implementation can be switched via env var BORG_FUSE_IMPL.
2018-10-31Explicitly convert environment variable to str to address #4136step21
2017-06-18create: --no-cache-syncMarian Beermann
2017-06-10Add tests for cache compatibility code.Martin Hostettler
2017-06-10Improve robustness of monkey patching borg.constants.PBKDF2_ITERATIONS. And ↵Martin Hostettler
add lots of warnings.
2016-12-17pytest 2 compatenkore
2016-12-17Merge branch '1.0-maint' into masterMarian Beermann
# Conflicts: # src/borg/archive.py # src/borg/archiver.py # src/borg/helpers.py
2016-12-15pytest: only rewrite the testsuite, fixes #1938Thomas Waldmann
do not rewrite the borg application code, just the test code, so the bytecode tested is identical / very close to the bytecode used in practice.
2016-12-14Merge branch '1.0-maint'Thomas Waldmann
2016-12-13get back pytest's pretty assertion failures, fixes #1938Thomas Waldmann
2016-11-13fix tox build for environment-python != containing-python in yet-another ↵Marian Beermann
instance this instance: the repository worktree is *not* named borg. Cherry pick of 4f1157c into 1.0-maint due to f3efcdb TODO removed since we already did that after 1.0-maint, but 1.0-maint will never receive the change.
2016-10-14add conftest.py hack needed for borg 1.0.xThomas Waldmann
2016-10-14point XDG_*_HOME to temp dirs for tests, fixes #1714Thomas Waldmann
otherwise it spoils the user's nonces and cache dirs with lots of files. also: remove all BORG_* env vars from the outer environment fix get_*_dir tests to use monkeypatch.
2016-10-13point XDG_*_HOME to temp dirs for tests, fixes #1714Thomas Waldmann
otherwise it spoils the user's nonces and cache dirs with lots of files. also: remove all BORG_* env vars from the outer environment
2016-07-31Filesystem feature detection and test skippingLee Bousfield
2016-05-30Merge branch 'master' into move-to-srcThomas Waldmann
2016-05-25Lower PBKDF2 iteration count for the testsMarian Beermann
This cuts testing time to about one third for me.
2016-05-24fix tox build for environment-python != containing-python in yet-another ↵Marian Beermann
instance this instance: the repository worktree is *not* named borg.
2016-05-21remove conftest sys.path hack, fixes #1072Thomas Waldmann
not needed any more as the code is now below src/.
2016-05-18Fix toxMarian Beermann
2016-05-18Translate Linux fsflags to BSD flags and vice versaMarian Beermann