fix test name typo

This commit is contained in:
Jurko Gospodnetić
2017-12-09 13:31:12 +01:00
parent 852b96714e
commit 8e8a953ac6

View File

@@ -141,7 +141,7 @@ def test_inline_run_clean_modules(testdir):
assert result2.ret == EXIT_TESTSFAILED
def test_assert_outcomes_after_pytest_erro(testdir):
def test_assert_outcomes_after_pytest_error(testdir):
testdir.makepyfile("def test_foo(): assert True")
result = testdir.runpytest('--unexpected-argument')