Browse Source

Update testing requirements and instructions

plugin-6
Franck Royer 6 years ago
committed by Christian Decker
parent
commit
dc7b76e5e6
  1. 6
      doc/HACKING.md
  2. 1
      tests/requirements.txt

6
doc/HACKING.md

@ -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:
```

1
tests/requirements.txt

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

Loading…
Cancel
Save