Add comprehensive model tests

- Add tests for all model CRUD operations
- Add test for base Model class
- Add test runner for all model tests
- Tests include cleanup and validation
This commit is contained in:
2026-01-11 21:34:17 +13:00
parent 5cca60d830
commit cccda24448
9 changed files with 469 additions and 0 deletions

1
tests/models/__init__.py Normal file
View File

@@ -0,0 +1 @@
# Model tests package