diff --git a/tests/run_pytest.py b/tests/run_pytest.py index 74d82e71fba41a86d6c4e8baa351084fffe7240b..909b146579ce85b29b566579c88a81a43d656c10 100644 --- a/tests/run_pytest.py +++ b/tests/run_pytest.py @@ -6,4 +6,4 @@ Created on 29/01/2016 import pytest import os p = os.path.abspath(os.path.join(os.path.dirname(__file__) + "./../")).replace("\\", "/") -pytest.main(p) +pytest.main(p)