mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
removed erroneous test from init
This commit is contained in:
parent
6cb87e5ff7
commit
efc4481996
1 changed files with 0 additions and 7 deletions
|
|
@ -422,13 +422,6 @@ def _assert_dirs_equal_cmp(diff, ignore_flags=False, ignore_xattrs=False, ignore
|
|||
_assert_dirs_equal_cmp(sub_diff, ignore_flags=ignore_flags, ignore_xattrs=ignore_xattrs, ignore_ns=ignore_ns)
|
||||
|
||||
|
||||
@contextmanager
|
||||
def test_extract_file(path):
|
||||
assert not os.path.exists(path), f"{path} should not exist"
|
||||
yield
|
||||
assert os.path.exists(path), f"{path} should exist"
|
||||
|
||||
|
||||
@contextmanager
|
||||
def read_only(path):
|
||||
"""Some paths need to be made read-only for testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue