We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d836b commit 24c86e1Copy full SHA for 24c86e1
tests/encryption_/test_fields.py
@@ -1,8 +1,6 @@
1
import datetime
2
from decimal import Decimal
3
4
-from django.test import TestCase
5
-
6
from .models import (
7
Billing,
8
EncryptedBigIntegerTest,
@@ -45,7 +43,7 @@ def test_patient(self):
45
43
self.assertEqual(patient.patient_record.billing.cc_number, "4111111111111111")
46
44
47
48
-class EncryptedFieldTests(TestCase):
+class EncryptedFieldTests(EncryptionTestCase):
49
databases = {"default", "encrypted"}
50
51
def assertEquality(self, model_cls, val):
0 commit comments