Merge branch 'README_tests' into 'master'

Update README.md: running the tests

See merge request cara/cara!133
This commit is contained in:
Philip James Elson 2021-01-26 18:11:49 +00:00
commit 6edfb15ba5

View file

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