summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/pytest/doc/en/example/costlysetup/sub2/test_two.py
blob: 6ed6ee4d898ff6efa76e6a1d490c4cd1b0e8c042 (plain)
1
2
3
4
5
6
def test_something(setup):
    assert setup.timecostly == 1

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