We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0e83d commit 0cd96d4Copy full SHA for 0cd96d4
python_files/tests/unittestadapter/test_discovery.py
@@ -436,6 +436,7 @@ def test_symlink_with_project_root_path() -> None:
436
f"CWD does not match symlink path: expected {os.fsdecode(destination)}, got {actual['cwd']}"
437
)
438
assert "tests" in actual
439
+ assert actual["tests"] is not None
440
# The test tree root should be named after the symlink directory
441
assert actual["tests"]["name"] == "symlink_unittest", (
442
f"Expected root name 'symlink_unittest', got '{actual['tests']['name']}'"
0 commit comments