We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a746675 commit 9ec09eaCopy full SHA for 9ec09ea
tests/test_pytest_plugin.py
@@ -345,4 +345,4 @@ def test_my_stuff(benchmark, i):
345
with codspeed_env():
346
result = pytester.runpytest("--codspeed", "-n", "128")
347
assert result.ret == 0, "the run should have succeeded"
348
- assert result.stdout.fnmatch_lines(["*256 passed*"])
+ result.stdout.fnmatch_lines(["*256 passed*"])
0 commit comments