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 c5df380 commit e5f255eCopy full SHA for e5f255e
tests/cli/test_cli.py
@@ -63,7 +63,7 @@ def test_resolve_behavior(
63
expect = tmp_path
64
monkeypatch.chdir(tmp_path)
65
assert pathlib.Path("../").resolve() == expect.parent
66
- assert pathlib.Path().resolve() == expect
+ assert pathlib.Path.cwd() == expect
67
assert pathlib.Path("./").resolve() == expect
68
assert pathlib.Path(expect).resolve() == expect
69
0 commit comments