Add comprehensive test suite: FieldDefinition, SqlMarshaller, EntityOperations, AutoMigration (53 tests)

This commit is contained in:
2026-05-30 07:04:00 -04:00
parent 652fb32539
commit 42b45a1c20
7 changed files with 552 additions and 83 deletions
+8
View File
@@ -37,9 +37,17 @@ library
test-suite spec
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Test.Setup
Test.AutoMigration
Test.EntityOperations
Test.FieldDefinition
Test.SqlMarshaller
hs-source-dirs: test
build-depends:
base >=4.17 && <5
, bytestring
, direct-sqlite
, mtl
, orville-sqlite
, hspec