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 | 13124c51b656025e564aa455289a50922e70516d (patch) | |
tree | f637efc5197e9fdb3eb6dfa4ad5ce5598727043d /Makefile.example | |
parent | 49e87a9cb4e32c30e004dbf87f1b8f4d8326282f (diff) | |
download | Ishtar-13124c51b656025e564aa455289a50922e70516d.tar.bz2 Ishtar-13124c51b656025e564aa455289a50922e70516d.zip |
Fix tests for setup.py runtests
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 2 insertions, 0 deletions
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: |