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.
2 parents 4af89bb + b079dc2 commit f0c2b07Copy full SHA for f0c2b07
testing/test_pdb.py
@@ -506,7 +506,7 @@ def function_1():
506
rest = child.read().decode("utf8")
507
508
assert "! _pytest.outcomes.Exit: Quitting debugger !" in rest
509
- assert "= no tests ran in" in rest
+ assert "= \x1b[33mno tests ran\x1b[0m\x1b[33m in" in rest
510
assert "BdbQuit" not in rest
511
assert "UNEXPECTED EXCEPTION" not in rest
512
0 commit comments