Files
pytest2/doc/example/funcarg/costlysetup/sub2/test_two.py
holger krekel 7aee121bd7 move examples to doc directory
--HG--
branch : trunk
2009-10-29 17:54:37 +01:00

7 lines
127 B
Python

def test_something(setup):
assert setup.timecostly == 1
def test_something_more(setup):
assert setup.timecostly == 1