Skip to content

Commit

Permalink
Ensure pytest ends successfully in test_without_terminal_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 13, 2019
1 parent 8cbbbe1 commit ddc52f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/acceptance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,7 @@ def test_1():
result = testdir.runpytest("-p", "no:terminal", "-n2")
assert result.stdout.str() == ""
assert result.stderr.str() == ""
assert result.ret == 0


def test_internal_error_with_maxfail(testdir):
Expand Down

0 comments on commit ddc52f1

Please sign in to comment.