From dc7b76e5e6a9cd8a28731a7634db50f33287619b Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 7 Dec 2018 17:12:12 +1100 Subject: [PATCH] Update testing requirements and instructions --- doc/HACKING.md | 6 ++++++ tests/requirements.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/doc/HACKING.md b/doc/HACKING.md index a92aa34de..cf015c959 100644 --- a/doc/HACKING.md +++ b/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: ``` diff --git a/tests/requirements.txt b/tests/requirements.txt index a20264fb9..7037dac72 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,4 @@ +flake8==3.5.0 pytest==3.8.1 CherryPy==17.3.0 Flask==1.0.2