Fix tests to not fail when running from root.

This commit is contained in:
Jeffrey Rackauckas
2018-03-18 21:23:39 -07:00
parent 93847bfeb4
commit a4cf380343
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
#

View File

@@ -0,0 +1,6 @@
def test_something(setup):
assert setup.timecostly == 1
def test_something_more(setup):
assert setup.timecostly == 1