fix test name typo
This commit is contained in:
parent
852b96714e
commit
8e8a953ac6
testing
|
@ -141,7 +141,7 @@ def test_inline_run_clean_modules(testdir):
|
||||||
assert result2.ret == EXIT_TESTSFAILED
|
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")
|
testdir.makepyfile("def test_foo(): assert True")
|
||||||
|
|
||||||
result = testdir.runpytest('--unexpected-argument')
|
result = testdir.runpytest('--unexpected-argument')
|
||||||
|
|
Loading…
Reference in New Issue