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

View File

@@ -7,4 +7,4 @@ def pytest_runtest_setup(item):
return
mod = item.getparent(pytest.Module).obj
if hasattr(mod, 'hello'):
py.builtin.print_("mod.hello", mod.hello)
print ("mod.hello %r" % (mod.hello,))