Update testing requirements and instructions

This commit is contained in:
Franck Royer 2018-12-07 17:12:12 +11:00 committed by Christian Decker
parent c497bad2e9
commit dc7b76e5e6
2 changed files with 7 additions and 0 deletions

View file

@ -162,6 +162,12 @@ sudo apt install valgrind cppcheck shellcheck
pip3 install -r tests/requirements.txt
```
Re-run `configure` for the python dependencies
```
./configure
```
Tests are run with: `make check [flags]` where the pertinent flags are:
```

View file

@ -1,3 +1,4 @@
flake8==3.5.0
pytest==3.8.1
CherryPy==17.3.0
Flask==1.0.2