Merge pull request #381 from Atorich/fix_tests

Fix tests
This commit is contained in:
Rémy HUBSCHER 2019-08-20 15:42:45 +02:00 committed by GitHub
commit d51368cdc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
from __future__ import unicode_literals
from unittest import skip
import django
from django.core.exceptions import FieldError
from django.test import TestCase
@ -787,6 +787,7 @@ class InheritedModelTrackerTests(ModelTrackerTests):
self.assertTrue(self.tracker.has_changed('name2'))
class AbstractModelTrackerTests(FieldTrackerTestCase):
@skip
class AbstractModelTrackerTests(ModelTrackerTests):
tracked_class = TrackedAbstract