Skip to content

Commit 9877bf4

Browse files
Improve commenting for setupplan unittest.
1 parent 7a3daac commit 9877bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/python/setup_plan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
def test_show_fixtures_and_test(testdir):
2+
""" Verifies that fixtures are not executed. """
23
p = testdir.makepyfile('''
34
import pytest
45
@pytest.fixture

0 commit comments

Comments
 (0)