summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index 95f390e6f..0ec951651 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -117,6 +117,9 @@ build_doc: build_doc_values build_doc_model_graph build_doc_changelog ## generat
test: clean ## launch tests
cd $(project); $(PYTHON) manage.py test $(apps)
+test_verbose: clean ## launch tests with verbose
+ cd $(project); $(PYTHON) manage.py test -v 2 $(apps)
+
soft_test: clean ## launch tests without database regeneration
cd $(project); $(PYTHON) manage.py test -k --tag gis --exclude-tag ui --exclude-tag libreoffice $(apps)
cd $(project); $(PYTHON) manage.py test -k --exclude-tag gis --exclude-tag ui $(apps)
@@ -264,6 +267,7 @@ fixtures_operations:
archaeological_operations.remaintype \
archaeological_operations.reportstate \
archaeological_operations.recordqualitytype \
+ archaeological_operations.culturalattributiontype \
> '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json'
cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \
archaeological_operations.relationtype \
@@ -311,6 +315,8 @@ fixtures_finds:
archaeological_finds.markingtype \
archaeological_finds.originalreproduction \
archaeological_finds.inventorymarkingpresence \
+ archaeological_finds.communicabilitytype \
+ archaeological_finds.functionalarea \
> '../archaeological_finds/fixtures/initial_data-'$(default_data)'.json'
fixtures_warehouse: