diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-29 18:54:19 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | 13a0740db5fa109f74ffbaf69528ee82f91b4f45 (patch) | |
tree | f637efc5197e9fdb3eb6dfa4ad5ce5598727043d /example_project | |
parent | 75387c3c62f8623dfbcc8019c14e68de1391b0c3 (diff) | |
download | Ishtar-13a0740db5fa109f74ffbaf69528ee82f91b4f45.tar.bz2 Ishtar-13a0740db5fa109f74ffbaf69528ee82f91b4f45.zip |
Fix tests for setup.py runtests
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/runtests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example_project/runtests.py b/example_project/runtests.py index 633a94022..c10a73db4 100644 --- a/example_project/runtests.py +++ b/example_project/runtests.py @@ -29,8 +29,7 @@ def runtests(): "archaeological_operations.tests", "archaeological_context_records.tests", "archaeological_finds.tests", - "archaeological_warehouse.tests", - ] + "archaeological_warehouse.tests"], ) if not local_settings_exists: os.remove(local_settings) |