Improve commenting for setupplan unittest.
This commit is contained in:
parent
7a3daac85b
commit
9877bf47e3
|
@ -1,4 +1,5 @@
|
||||||
def test_show_fixtures_and_test(testdir):
|
def test_show_fixtures_and_test(testdir):
|
||||||
|
""" Verifies that fixtures are not executed. """
|
||||||
p = testdir.makepyfile('''
|
p = testdir.makepyfile('''
|
||||||
import pytest
|
import pytest
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|
Loading…
Reference in New Issue