Fix tests to not fail when running from root.
This commit is contained in:
1
doc/en/example/costlysetup/sub_b/__init__.py
Normal file
1
doc/en/example/costlysetup/sub_b/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
#
|
||||
6
doc/en/example/costlysetup/sub_b/test_two.py
Normal file
6
doc/en/example/costlysetup/sub_b/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