diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 21:44:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 21:44:27 +0100 |
commit | 41402266b19c94f677c4f5deaba738766b8b1af3 (patch) | |
tree | 9f64e921fc66bbe0938e17c1f5325b83c4ccb73b /archaeological_warehouse/tests.py | |
parent | b7b200e4ba1c54d83bbda5c47c9e96ddb36bbc0d (diff) | |
parent | c5584da2f1842ff4b593fa78a2f524bcddb86d60 (diff) | |
download | Ishtar-41402266b19c94f677c4f5deaba738766b8b1af3.tar.bz2 Ishtar-41402266b19c94f677c4f5deaba738766b8b1af3.zip |
Merge branch 'master' into master-importers
Conflicts:
ishtar_common/fixtures/initial_importtypes-fr.json
Diffstat (limited to 'archaeological_warehouse/tests.py')
-rw-r--r-- | archaeological_warehouse/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/tests.py b/archaeological_warehouse/tests.py index 850af8218..691275876 100644 --- a/archaeological_warehouse/tests.py +++ b/archaeological_warehouse/tests.py @@ -180,7 +180,7 @@ class ContainerTest(FindInit, TestCase): "container_type": models.ContainerType.objects.all()[0].pk } form = forms.ContainerForm(data=data) - self.assertTrue(form.is_valid()) + self.assertTrue(form.is_valid(), msg="{}".format(form.errors)) self.container_number = models.Container.objects.count() self.create_user() form.save(self.user) |