Look for more specific text in the output to avoid false positives.
This commit is contained in:
Pavel Minaev 2023-03-07 10:34:59 -08:00 committed by Pavel Minaev
parent 34f7238e63
commit 35504f83ed

View file

@ -89,8 +89,7 @@ def test_run_relative_path(pyfile, run):
with open(pydevd_debug_file, "r") as stream:
contents = stream.read()
assert "critical" not in contents
assert "Traceback" not in contents
assert "FileNotFound" not in contents
@pytest.mark.parametrize("run", runners.all_launch)