Rework test matrix and structure

This commit is contained in:
Sebastien Corbin
2020-04-18 18:53:42 +02:00
parent c5f7c10d23
commit 622f3ea10b
15 changed files with 127 additions and 149 deletions

6
tests/models.py Normal file
View File

@@ -0,0 +1,6 @@
""" Provides a dummy model implementing JSignatureFieldsMixin """
from jsignature.mixins import JSignatureFieldsMixin
class JSignatureTestModel(JSignatureFieldsMixin):
pass