mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 16:44:22 +01:00
Update testing requirements and instructions
This commit is contained in:
committed by
Christian Decker
parent
c497bad2e9
commit
dc7b76e5e6
@@ -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,3 +1,4 @@
|
||||
flake8==3.5.0
|
||||
pytest==3.8.1
|
||||
CherryPy==17.3.0
|
||||
Flask==1.0.2
|
||||
|
||||
Reference in New Issue
Block a user