Skip to content

Commit ddc52f1

Browse files
committed
Ensure pytest ends successfully in test_without_terminal_plugin
1 parent 8cbbbe1 commit ddc52f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ def test_1():
10871087
result = testdir.runpytest("-p", "no:terminal", "-n2")
10881088
assert result.stdout.str() == ""
10891089
assert result.stderr.str() == ""
1090+
assert result.ret == 0
10901091

10911092

10921093
def test_internal_error_with_maxfail(testdir):

0 commit comments

Comments
 (0)