refine initialization and collection reporting, introduce a progress bar
This commit is contained in:
@@ -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,))
|
||||
|
||||
Reference in New Issue
Block a user