diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 2a3ec2a..5b70c73 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -803,7 +803,7 @@ def result(): "*====== FAILURES ======*", "*______ test_bad ______*", - "benchmark = ", + "benchmark = ", " def test_bad(benchmark):", "> @benchmark", @@ -811,12 +811,7 @@ def result(): "test_abort_broken.py:*", "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*", - "*pytest_benchmark/plugin.py:*: in __call__", - " duration, iterations, loops_range = self._calibrate_timer(runner)", - "*pytest_benchmark/plugin.py:*: in _calibrate_timer", - " duration = runner(loops_range)", - "*pytest_benchmark/plugin.py:*: in runner", - " *", + "*", "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*", " @benchmark", @@ -827,7 +822,7 @@ def result(): "test_abort_broken.py:11: Exception", "*______ test_bad2 ______*", - "benchmark = ", + "benchmark = ", " def test_bad2(benchmark):", " @benchmark",