49
49
"""Test directory comparisons"""
50
50
assert not os.system("rm -rf testfiles/output")
52
52
assert Path("testfiles/dir1").compare_recursive(Path("testfiles/output"), 1)
53
53
assert not Path("testfiles/dir1").compare_recursive(Path("testfiles/dir2"), 1)