We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f7238 commit 35504f8Copy full SHA for 35504f8
1 file changed
tests/debugpy/test_run.py
@@ -89,8 +89,7 @@ def code_to_debug():
89
with open(pydevd_debug_file, "r") as stream:
90
contents = stream.read()
91
92
- assert "critical" not in contents
93
- assert "Traceback" not in contents
+ assert "FileNotFound" not in contents
94
95
96
@pytest.mark.parametrize("run", runners.all_launch)
0 commit comments