added unit tests

This commit is contained in:
2025-07-04 17:19:36 +08:00
parent bdad0511f2
commit b11533e819
7 changed files with 402 additions and 32 deletions

3
.env
View File

@@ -4,3 +4,6 @@ PGUSER=postgres
PGHOST=127.0.0.1
PGPASSWORD=password
INTRASYS_LOG=trace
#Only use for tests
DATABASE_URL=postgres://postgres:password@localhost:5432