Update README.md: running the tests

This commit is contained in:
Nicolas Mounet 2021-01-26 14:49:13 +00:00
parent e83371040a
commit 9cbedc41f3

View file

@ -36,6 +36,13 @@ voila ./app/cara.ipynb
Then visit http://localhost:8080/calculator.
### Running the tests
```
pip install -e .[test]
pytest ./cara
```
### Building the whole environment for local execution
**Simulate the docker build that takes place on openshift with:**