add basic generated unit tests (#47)

* add basic generated unit tests

* generate more tests
This commit is contained in:
2026-04-04 22:04:47 +02:00
committed by GitHub
parent 085e15aaa0
commit 644903cad4
15 changed files with 890 additions and 1 deletions
+9
View File
@@ -25,3 +25,12 @@ dotnet dev-certs https --format PEM --no-password -ep ~/.aspnet/https/kemkas.pem
```
Later start the docker compose first and the project launch settings after the DB is up and running.
## Unit tests
Run backend unit tests from the repository root:
```shell
dotnet test Kemkas.slnx -c Release
```