From 13124c51b656025e564aa455289a50922e70516d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Jan 2020 18:54:19 +0100 Subject: Fix tests for setup.py runtests --- Makefile.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 2605b559a..b873d86fd 100644 --- a/Makefile.example +++ b/Makefile.example @@ -171,6 +171,7 @@ fixtures_operations: archaeological_operations.period \ archaeological_operations.remaintype \ archaeological_operations.reportstate \ + archaeological_operations.recordqualitytype \ > '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json' cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ archaeological_operations.relationtype \ @@ -210,6 +211,7 @@ fixtures_finds: archaeological_finds.batchtype \ archaeological_finds.checkedtype \ archaeological_finds.treatmentfiletype \ + archaeological_finds.checkedtype \ > '../archaeological_finds/fixtures/initial_data-'$(default_data)'.json' fixtures_warehouse: -- cgit v1.2.3