summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-06-21 16:44:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-06-21 17:15:54 +0200
commit017da0cd9ae38b76377f959f05f5913bb8b296f4 (patch)
treebb323aa958260988ec53c89f366dd311795e6536 /archaeological_operations/tests.py
parent0a6b8708431eb45fcd426227fa7b54505d6eb668 (diff)
downloadIshtar-017da0cd9ae38b76377f959f05f5913bb8b296f4.tar.bz2
Ishtar-017da0cd9ae38b76377f959f05f5913bb8b296f4.zip
Tests: fix dependencies and string evaluation
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 09920cf13..39fa730f0 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -3120,7 +3120,7 @@ class LabelTest(TestCase, OperationInitTest):
self.assertIsNone(z.testzip())
content = z.open("content.xml")
full_content = content.read()
- self.assertIn(b"1789", full_content)
+ self.assertIn(b"1789", full_content, msg="1789 not in generated label")
# jpe file are added for missing pictures / must be filtered
self.assertNotIn(b'.jpe"', full_content)
finally: