refactor(assistance): Serializer Unit Test Suite re-written to pytest for model KnowledgeBase

ref: #904 closes #900
This commit is contained in:
2025-07-29 15:47:51 +09:30
parent 5f5d7923c6
commit 4b5caad7d5
3 changed files with 237 additions and 142 deletions

View File

@ -72,7 +72,7 @@ class ModelTestCases:
for key, value in kwargs_many_to_many.items():
field = getattr(item, 'target_team')
field = getattr(item, key)
for entry in value: