mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
Update testing requirements and instructions
This commit is contained in:
parent
c497bad2e9
commit
dc7b76e5e6
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue