Update unit tests running instructions

This commit is contained in:
François Voron
2022-02-01 08:56:38 +01:00
parent d9c76500f2
commit 5f3d4fa044

View File

@@ -173,9 +173,7 @@ You can run all the tests with:
make test
```
The command will start a MongoDB container for the related unit tests. So you should have [Docker](https://www.docker.com/get-started) installed.
Alternatively, you can run `pytest` yourself. The MongoDB unit tests will be skipped if no server is available on your local machine:
Alternatively, you can run `pytest` yourself.
```bash
pytest