Skip to content

Commit 1a83677

Browse files
committed
Delete old test case
1 parent 8380a21 commit 1a83677

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_pathlib/test_pathlib_abc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@ def test_glob_windows(self):
336336
class WritablePathTest(JoinablePathTest):
337337
cls = DummyWritablePath
338338

339-
def test_is_writable(self):
340-
p = self.cls(self.base)
341-
self.assertIsInstance(p, _WritablePath)
342-
343339

344340
class DummyRWPath(DummyWritablePath, DummyReadablePath):
345341
__slots__ = ()

0 commit comments

Comments
 (0)