test(access): Unit Model Tests for TenancyAbstractModel

ref: #770 #767 #445
This commit is contained in:
2025-05-24 00:35:29 +09:30
parent 28117bb2bb
commit 6f0ef8ab31
4 changed files with 979 additions and 14 deletions

View File

@ -1040,6 +1040,11 @@ log_cli_level = 'INFO'
log_cli_format = '%(asctime)s %(levelname)s %(message)s'
log_cli_date_format = '%Y-%m-%d %H:%M:%S'
markers = [
"models: Selects tests for all models",
"unit: All Unit Tests",
]
# testpaths = [
# 'tests/*.py',
# # 'tests/functional/**/*.py',