Skip to content

Commit f0c2b07

Browse files
authored
Merge pull request #6046 from blueyed/fix-features
Fix test_doctest_set_trace_quit on features
2 parents 4af89bb + b079dc2 commit f0c2b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def function_1():
506506
rest = child.read().decode("utf8")
507507

508508
assert "! _pytest.outcomes.Exit: Quitting debugger !" in rest
509-
assert "= no tests ran in" in rest
509+
assert "= \x1b[33mno tests ran\x1b[0m\x1b[33m in" in rest
510510
assert "BdbQuit" not in rest
511511
assert "UNEXPECTED EXCEPTION" not in rest
512512

0 commit comments

Comments
 (0)