Skip to content

Commit 95d3854

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d44034d commit 95d3854

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_subtests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,6 @@ def test_foo(subtests):
608608
consecutive=True,
609609
)
610610
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
611+
result.stdout.no_fnmatch_line(
612+
"*This would fail the parent*"
613+
) # parent test neither passed nor failed

0 commit comments

Comments
 (0)