Skip to content

Commit 2592c26

Browse files
assert test execution outcome for #1618 test
1 parent 9e19507 commit 2592c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ def test():
367367
pass
368368
""",
369369
)
370-
testdir.inline_run(
370+
res = testdir.inline_run(
371371
'-n1',
372372
'-p', 'no:plugin')
373-
373+
assert res.res == 0
374374

375375
def test_options_on_small_file_do_not_blow_up(testdir):
376376
def runfiletest(opts):

0 commit comments

Comments
 (0)