Skip to content

Commit

Permalink
fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jurko-gospodnetic committed Dec 9, 2017
1 parent 852b967 commit 8e8a953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_pytester.py
Expand Up @@ -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')
Expand Down

0 comments on commit 8e8a953

Please sign in to comment.