Improve summary stats when using '--collect-only' (#7875)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Hugo Martins
2020-11-08 14:45:10 +00:00
committed by GitHub
parent 29f2f4e854
commit 5b2e5e8a40
10 changed files with 128 additions and 21 deletions

View File

@@ -1417,7 +1417,7 @@ class TestMetafuncFunctional:
' @pytest.mark.parametrise("x", range(2))',
"E Failed: Unknown 'parametrise' mark, did you mean 'parametrize'?",
"*! Interrupted: 1 error during collection !*",
"*= 1 error in *",
"*= no tests collected, 1 error in *",
]
)