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.
1 parent d0edecd commit 5e3568eCopy full SHA for 5e3568e
testing/_py/test_local.py
@@ -27,13 +27,11 @@ class CommonFSTests:
27
def test_constructor_equality(self, path1):
28
p = path1.__class__(path1)
29
assert p == path1
30
- assert False, "Intentional failure for CI testing"
31
32
def test_eq_nonstring(self, path1):
33
p1 = path1.join("sampledir")
34
p2 = path1.join("sampledir")
35
assert p1 == p2
36
37
38
39
def test_new_identical(self, path1):
0 commit comments