test(core): Partial Functional Model test cases (Slash Commands) for TicketCommentBase

ref: #744 #726
This commit is contained in:
2025-05-09 21:05:54 +09:30
parent 6c3122a3d8
commit a081c6a371
3 changed files with 101 additions and 0 deletions

View File

@ -40,4 +40,6 @@ As with any other object within Centurion, the addition of a feature requires it
- API Permissions `core.tests.functional.ticket_base.test_functional_ticket_base_permission.TicketBasePermissionsAPIInheritedCases`
- Model `app.core.tests.functional.ticket_base.test_functional_ticket_base_model.TicketBaseModelInheritedTestCases` _(if inheriting from `TicketBase`)_ Test cases for sub-models
The above listed test cases cover **all** tests for objects that are inherited from the base class. To complete the tests, you will need to add test cases for the differences your model introduces.