summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-02 07:49:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-02 08:00:01 +0200
commit5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd (patch)
tree67f1a4891377241f4fed7bf43ed9f1fdf2222fa7 /Makefile.example
parentd2ef13d146c632fe77a220ddf44062aba1b0f045 (diff)
downloadIshtar-5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd.tar.bz2
Ishtar-5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd.zip
Statistics - add modalities
- Context record: operation - Find: operation - Container: container type
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 483e411c5..a340f93b0 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -78,7 +78,8 @@ test: clean ## launch tests
cd $(project); $(PYTHON) manage.py test $(apps)
soft_test: clean ## launch tests without database regeneration
- cd $(project); $(PYTHON) manage.py test -k $(apps)
+ cd $(project); $(PYTHON) manage.py test -k --tag gis $(apps)
+ cd $(project); $(PYTHON) manage.py test -k --exclude-tag gis $(apps)
soft_test_verbose: clean ## launch tests without database regeneration - verbose
cd $(project); $(PYTHON) manage.py test -k --verbosity 2 $(apps)