fix #4680 - ensure tmpdir and tmp_path are the same
This commit is contained in:
@@ -337,3 +337,7 @@ def attempt_symlink_to(path, to_path):
|
||||
Path(path).symlink_to(Path(to_path))
|
||||
except OSError:
|
||||
pytest.skip("could not create symbolic link")
|
||||
|
||||
|
||||
def test_tmpdir_equals_tmp_path(tmpdir, tmp_path):
|
||||
assert Path(tmpdir) == tmp_path
|
||||
|
||||
Reference in New Issue
Block a user