summaryrefslogtreecommitdiff
path: root/doc/en/example/costlysetup/sub_b/test_two.py
blob: b1653aaab88a517a6672b62538d764943cd4c683 (plain)
1
2
3
4
5
6
def test_something(setup):
    assert setup.timecostly == 1


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