Skip to content

Commit 35023a9

Browse files
author
escbeargew99-stack
authored
Update show_fixtures_per_test.py
1 parent bd6aba2 commit 35023a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/show_fixtures_per_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from _pytest.pytester import Pytester
4-
4+
55

66
def test_no_items_should_not_show_output(pytester: Pytester) -> None:
77
result = pytester.runpytest("--fixtures-per-test")

0 commit comments

Comments
 (0)