tests: Use less conflicting name for directory
Otherwise, if e.g. /outside is used for a Docker container, the test will fail
This commit is contained in:
@@ -88,7 +88,7 @@ def test__check_initialpaths_for_relpath() -> None:
|
||||
|
||||
assert nodes._check_initialpaths_for_relpath(session, sub) == "file"
|
||||
|
||||
outside = Path("/outside")
|
||||
outside = Path("/outside-this-does-not-exist")
|
||||
assert nodes._check_initialpaths_for_relpath(session, outside) is None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user