Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44b99f0

Browse files
TestRemoteOperations::test_makedirs_and_rmdirs_success is updated (#188)
The new checks are added.
1 parente44aa98 commit44b99f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎tests/test_remote.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ def test_makedirs_and_rmdirs_success(self):
8383

8484
# Test makedirs
8585
self.operations.makedirs(path)
86+
assertos.path.exists(path)
8687
assertself.operations.path_exists(path)
8788

8889
# Test rmdirs
8990
self.operations.rmdirs(path)
91+
assertnotos.path.exists(path)
9092
assertnotself.operations.path_exists(path)
9193

9294
deftest_makedirs_and_rmdirs_failure(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp