diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 4 | ||||
-rw-r--r-- | tests/settings.py (renamed from tests/settings.cfg) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index d1a8b63f..bc97cc01 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1,7 +1,7 @@ ''' Simple test runner -See settings.cfg file for options¶ms. Edit as needed. +See settings.py file for options¶ms. Edit as needed. ''' from subprocess import Popen, PIPE, STDOUT @@ -13,7 +13,7 @@ abspath = os.path.abspath(os.path.dirname(__file__)) def path_from_root(pathelems): return os.path.join(os.path.sep, *(abspath.split(os.sep)[:-1] + pathelems)) -exec(open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'settings.cfg'), 'r').read()) +exec(open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'settings.py'), 'r').read()) def timeout_run(proc, timeout, note): start = time.time() diff --git a/tests/settings.cfg b/tests/settings.py index 34f90c87..34f90c87 100644 --- a/tests/settings.cfg +++ b/tests/settings.py |