refactor(access): Update Model Entity to use PyTest for Model Test Suite

ref: #761 #730
This commit is contained in:
2025-05-15 22:17:05 +09:30
parent 1150e1b047
commit d29df73d05
3 changed files with 197 additions and 43 deletions

View File

@ -37,9 +37,9 @@ class Entity(
verbose_name = 'ID'
)
entity_type = models.CharField(
blank = False,
default = Meta.verbose_name.lower(),
help_text = 'Type this entity is',
max_length = 30,
unique = False,