We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_rsync_roots_no_roots
1 parent 58a51bc commit 0883ad0Copy full SHA for 0883ad0
testing/test_workermanage.py
@@ -206,8 +206,8 @@ def test_rsync_roots_no_roots(
206
p = Path(p)
207
print("remote curdir", p)
208
assert p == dest.joinpath(config.rootpath.name)
209
- assert p.joinpath("dir1").check()
210
- assert p.joinpath("dir1", "file1").check()
+ assert p.joinpath("dir1").is_dir()
+ assert p.joinpath("dir1", "file1").is_file()
211
212
def test_popen_rsync_subdir(
213
self,
0 commit comments