Make test CWD agnostic
This commit is contained in:
parent
c988ff7890
commit
156afbe363
@ -21,7 +21,7 @@ from check_tags_in_requests import TagChecker
|
|||||||
sys.path.append(".")
|
sys.path.append(".")
|
||||||
|
|
||||||
APIURL = 'http://maintenancetest.example.com'
|
APIURL = 'http://maintenancetest.example.com'
|
||||||
FIXTURES = os.path.join(os.getcwd(), 'tests/fixtures')
|
FIXTURES = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'fixtures')
|
||||||
|
|
||||||
|
|
||||||
class TestTagChecker(unittest.TestCase):
|
class TestTagChecker(unittest.TestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user