test(core): API fields Tests for TicketBase

ref: #731 #723
This commit is contained in:
2025-04-22 22:26:37 +09:30
parent 42bea64ff5
commit 7c9819efd1
4 changed files with 271 additions and 4 deletions

View File

@ -30,7 +30,7 @@ As with any other object within Centurion, the addition of a feature requires it
- `Unit` Test Cases
- `core.tests.unit.contact.<*>.<Inherited class name>InheritedCases` _(if inheriting from `Contact`)_ Test cases for sub-models
- `core.tests.unit.ticket_base.<*>.<Inherited class name>InheritedCases` _(if inheriting from `TicketBase`)_ Test cases for sub-models
- `Functional` Test Cases