This commit is contained in:
Patrick Harmon
2019-10-31 22:28:25 -05:00
parent cefe6bfec3
commit abc890079f
13 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ import pytest
@pytest.fixture
def stepwise_testdir(testdir):
# Rather than having to modify our testfile between tests, we introduce
# a flag for wether or not the second test should fail.
# a flag for whether or not the second test should fail.
testdir.makeconftest(
"""
def pytest_addoption(parser):