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 fa8931b commit 2bb6221Copy full SHA for 2bb6221
Lib/test/test_pathlib/test_pathlib_abc.py
@@ -2020,7 +2020,7 @@ def test_rglob_windows(self):
2020
self.assertEqual(set(p.rglob("FILEd")), { P(self.base, "dirC/dirD/fileD") })
2021
self.assertEqual(set(p.rglob("*\\")), { P(self.base, "dirC/dirD/") })
2022
2023
- def test_exists(self):
+ def test_status_exists(self):
2024
p = self.cls(self.base)
2025
self.assertTrue(p.status.exists())
2026
self.assertTrue((p / 'dirA').status.exists())
0 commit comments