This commit is contained in:
2023-08-31 15:21:01 +02:00
parent 161d16242c
commit 122c054f20
2 changed files with 8 additions and 0 deletions

View File

@ -584,6 +584,10 @@ public class ArticlesListTests : TestBase
Ensure all tests passes with `dotnet test`.
{{< alert >}}
You may be interested in [Testcontainers](https://testcontainers.com/) for native support of containers inside code, including parallelism.
{{< /alert >}}
### CI tests & code coverage
Now we need to integrate the tests in our CI pipeline. As we testing with a real database, create a new `demo_test` database through pgAdmin with basic `test` / `test` credentials.