diff options
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r-- | archaeological_finds/tests.py | 2 |
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] |