From 5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 2 Apr 2021 07:49:29 +0200 Subject: Statistics - add modalities - Context record: operation - Find: operation - Container: container type --- Makefile.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.example') 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) -- cgit v1.2.3