diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-29 16:03:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-01 10:32:52 +0200 |
commit | f61a128adca4cc9f8df3557d149137145a0d5885 (patch) | |
tree | 0be2daf2e502da9d3f520240725c27629349f836 /archaeological_operations/tests.py | |
parent | 857c17ea1f3f41dd17b0133f49e05c15229f97fb (diff) | |
download | Ishtar-f61a128adca4cc9f8df3557d149137145a0d5885.tar.bz2 Ishtar-f61a128adca4cc9f8df3557d149137145a0d5885.zip |
Refactor tests - first work on serialization restore test
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 8e956c3ab..53ecba049 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -53,20 +53,8 @@ from archaeological_context_records.models import Unit, ContextRecord from ishtar_common import forms_common from ishtar_common.tests import WizardTest, WizardTestFormData as FormData, \ create_superuser, create_user, TestCase, OPERATION_FIXTURES, \ - AutocompleteTestBase, AcItem - - -OPERATION_TOWNS_FIXTURES = \ - OPERATION_FIXTURES + \ - [settings.ROOT_PATH + '../ishtar_common/fixtures/test_towns.json'] - -FILE_FIXTURES = OPERATION_FIXTURES + [ - settings.ROOT_PATH + - '../archaeological_files/fixtures/initial_data-fr.json'] - -FILE_TOWNS_FIXTURES = OPERATION_TOWNS_FIXTURES + [ - settings.ROOT_PATH + - '../archaeological_files/fixtures/initial_data-fr.json'] + AutocompleteTestBase, AcItem, OPERATION_TOWNS_FIXTURES, FILE_FIXTURES, \ + FILE_TOWNS_FIXTURES class FileInit(object): |