diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-10 17:37:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-10 17:37:11 +0100 |
commit | 9e1daad1f1aa85eac9db941d873832cc67841411 (patch) | |
tree | b2ea06d6689cdd073b18c8212f91f32cc6ff9b0f /archaeological_files/tests.py | |
parent | 917511470d77ecb6a755847670f28ce3c2b27209 (diff) | |
download | Ishtar-9e1daad1f1aa85eac9db941d873832cc67841411.tar.bz2 Ishtar-9e1daad1f1aa85eac9db941d873832cc67841411.zip |
Add missing fixture for archaeological tests
Diffstat (limited to 'archaeological_files/tests.py')
-rw-r--r-- | archaeological_files/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py index cf73b8726..b4ad7d4b5 100644 --- a/archaeological_files/tests.py +++ b/archaeological_files/tests.py @@ -31,6 +31,8 @@ from archaeological_files import models, data_importer class FileTest(TestCase): fixtures = [settings.ROOT_PATH + \ + '../fixtures/initial_data-auth-fr.json', + settings.ROOT_PATH + \ '../ishtar_common/fixtures/initial_data-fr.json'] model = models.File |