summaryrefslogtreecommitdiff
path: root/archaeological_finds/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-01-30 15:01:25 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-07-01 18:02:28 +0200
commit6567523c3ad53fee87688fff44b9f0c7afe44387 (patch)
tree2f54c52ee0dcb3850c1e99a29e35170ffadd1e59 /archaeological_finds/tests.py
parent3b2312b56cbb9f316bb09fe53246285fa54e5a17 (diff)
downloadIshtar-6567523c3ad53fee87688fff44b9f0c7afe44387.tar.bz2
Ishtar-6567523c3ad53fee87688fff44b9f0c7afe44387.zip
Exclude some test for setup.py
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r--archaeological_finds/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index b376a34ff..ab27a5b01 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -31,6 +31,7 @@ from django.core.exceptions import ObjectDoesNotExist
from django.core.files import File
from django.core.files.uploadedfile import SimpleUploadedFile
from django.core.urlresolvers import reverse
+from django.test import tag
from django.test.client import Client
from ishtar_common.models import ImporterType, IshtarUser, ImporterColumn,\
FormaterType, ImportTarget, IshtarSiteProfile, ProfileType
@@ -2020,6 +2021,7 @@ class GeomaticTest(FindInit, TestCase):
bf = models.BaseFind.objects.get(pk=bf.pk)
self.assertEqual(bf.x, 33)
+ @tag("not-setup-py")
def test_post_save_point(self):
find = self.finds[0]
base_find = find.base_finds.all()[0]