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.
1 parent d44034d commit 95d3854Copy full SHA for 95d3854
tests/test_subtests.py
@@ -608,4 +608,6 @@ def test_foo(subtests):
608
consecutive=True,
609
)
610
result.stdout.no_fnmatch_line("*sub2*") # sub2 not executed.
611
- result.stdout.no_fnmatch_line("*This would fail the parent*") # parent test neither passed nor failed
+ result.stdout.no_fnmatch_line(
612
+ "*This would fail the parent*"
613
+ ) # parent test neither passed nor failed
0 commit comments