Remove dependency on infection and mutation tests

This commit is contained in:
Alejandro Celaya
2024-02-20 22:16:09 +01:00
parent 83f73eb631
commit 4f5ce9fb43
11 changed files with 11 additions and 220 deletions

View File

@@ -124,7 +124,6 @@ Depending on the kind of contribution, maybe not all kinds of tests are needed,
* Run `./indocker composer test:api` to run API E2E tests. For these, the Postgres database engine is used.
* Run `./indocker composer test:cli` to run CLI E2E tests. For these, the Maria DB database engine is used.
* Run `./indocker composer infect:test` to run both unit and database tests (over sqlite) and then apply mutations to them with [infection](https://infection.github.io/).
* Run `./indocker composer ci` to run all previous commands together, parallelizing non-conflicting tasks as much as possible.
## Testing endpoints