refine initialization and collection reporting, introduce a progress bar

This commit is contained in:
holger krekel
2010-11-22 11:59:56 +01:00
parent bc42cf8ffb
commit 0357d3afda
6 changed files with 52 additions and 25 deletions
-2
View File
@@ -414,8 +414,6 @@ def test_skipped_reasons_functional(testdir):
)
result = testdir.runpytest('--report=skipped')
result.stdout.fnmatch_lines([
"*test_two.py S",
"*test_one.py ss",
"*SKIP*3*conftest.py:3: test",
])
assert result.ret == 0