We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f403010 commit d67c234Copy full SHA for d67c234
python_files/tests/unittestadapter/test_utils.py
@@ -288,6 +288,6 @@ def test_build_empty_tree() -> None:
288
suite = loader.discover(start_dir, pattern)
289
tests, errors = build_test_tree(suite, start_dir)
290
291
- assert tests.get("children") == []
292
assert tests is not None
+ assert tests.get("children") == []
293
assert not errors
0 commit comments