Merge pull request #8786 from The-Compiler/outside
tests: Use less conflicting name for directory
This commit is contained in:
commit
8eb8c42bd6
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue