updated readme about testing

This commit is contained in:
Andrei Stoica 2023-05-17 22:15:53 -04:00
parent b6daacca2d
commit 794dbe7d88
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ docker-compose -p recipe-test down
```
Test are written in pytest framework. Currently focused on unittest.
Integration tests to come.
Test are written in pytest framework. Currently focused on unittest and code
coverage. Integration tests to come.
To run test use:
```sh