Rework test matrix and structure
This commit is contained in:
6
tests/models.py
Normal file
6
tests/models.py
Normal file
@@ -0,0 +1,6 @@
|
||||
""" Provides a dummy model implementing JSignatureFieldsMixin """
|
||||
from jsignature.mixins import JSignatureFieldsMixin
|
||||
|
||||
|
||||
class JSignatureTestModel(JSignatureFieldsMixin):
|
||||
pass
|
||||
Reference in New Issue
Block a user