pytest/doc/en/example/costlysetup/sub_b/test_two.py

8 lines
151 B
Python

# -*- coding: utf-8 -*-
def test_something(setup):
assert setup.timecostly == 1
def test_something_more(setup):
assert setup.timecostly == 1