mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Work around #1230
Look for more specific text in the output to avoid false positives.
This commit is contained in:
parent
34f7238e63
commit
35504f83ed
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue