refining examples and updating docs with actual output from examples
--HG-- branch : trunk
This commit is contained in:
6
example/funcarg/costlysetup/sub2/test_two.py
Normal file
6
example/funcarg/costlysetup/sub2/test_two.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def test_something(setup):
|
||||
assert setup.timecostly == 1
|
||||
|
||||
def test_something_more(setup):
|
||||
assert setup.timecostly == 1
|
||||
|
||||
Reference in New Issue
Block a user