move examples to doc directory
--HG-- branch : trunk
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import py
|
||||
|
||||
def pytest_runtest_setup(item):
|
||||
if isinstance(item, py.test.collect.Function):
|
||||
mod = item.getparent(py.test.collect.Module).obj
|
||||
if hasattr(mod, 'hello'):
|
||||
py.builtin.print_("mod.hello", mod.hello)
|
||||
Reference in New Issue
Block a user