Skip to content

Commit b8d63c8

Browse files
author
Codeflash Bot
committed
normalize temp dir in tests
1 parent 3531e0a commit b8d63c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@pytest.fixture
1616
def temp_dir():
1717
with tempfile.TemporaryDirectory() as tmpdirname:
18-
yield Path(tmpdirname)
18+
yield Path(tmpdirname).resolve()
1919

2020

2121
def test_is_valid_pyproject_toml_with_empty_config(temp_dir: Path) -> None:

0 commit comments

Comments
 (0)