diff options
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 |
commit | 1712edf01b30663d1d30cf0f9d43c9b6e2e868a1 (patch) | |
tree | 2f54c52ee0dcb3850c1e99a29e35170ffadd1e59 /archaeological_finds/tests.py | |
parent | ddc82a4f466f7c44d1272b021d2993f868fbe17e (diff) | |
download | Ishtar-1712edf01b30663d1d30cf0f9d43c9b6e2e868a1.tar.bz2 Ishtar-1712edf01b30663d1d30cf0f9d43c9b6e2e868a1.zip |
Exclude some test for setup.py
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] |