Commit Graph

5 Commits

Author SHA1 Message Date
charles 0308c70061 fix: actor tests 2026-04-01 20:37:38 -07:00
charles 789e32a57f test(actor): add comprehensive test cases for database functions
Add test cases for Save, GetByActorID, ListByStoryID, Delete, and
GetActorIDForResourceName functions. Use real database instances for
integration tests following Story test patterns.
2026-04-01 19:03:22 +00:00
charles a9a3556b18 Add Actor model with unit tests and integration tests
Add Actor model implementation in pkg/database/actor/actor.go with
associated unit tests in actor_test.go. Implement tests following the
pattern used for Story model, including Postgres integration tests.
2026-04-01 07:54:50 +00:00
charles bddfbd4f74 add: tests using an actual database 2026-03-29 15:24:09 -07:00
charles 7626b5618a add: story and some tests 2026-03-25 21:56:27 -07:00