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 3531e0a commit b8d63c8Copy full SHA for b8d63c8
tests/test_cmd_init.py
@@ -15,7 +15,7 @@
15
@pytest.fixture
16
def temp_dir():
17
with tempfile.TemporaryDirectory() as tmpdirname:
18
- yield Path(tmpdirname)
+ yield Path(tmpdirname).resolve()
19
20
21
def test_is_valid_pyproject_toml_with_empty_config(temp_dir: Path) -> None:
0 commit comments