Skip to content

Commit 35e9718

Browse files
committed
stop asserting the test pass/fail
1 parent cf4c826 commit 35e9718

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,5 +1170,4 @@ def test_succeed():
11701170
""".format(kill=kill, event=event, phase=phase, test_string=test_string)
11711171
testdir.makepyfile(test_file)
11721172
rr = testdir.run(*cmd_opts, timeout=timeout)
1173-
assert_outcomes(rr, {"passed": 1})
11741173
rr.stdout.fnmatch_lines(lines2=[test_string])

0 commit comments

Comments
 (0)