mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +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
|
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:
|
Tests are run with: `make check [flags]` where the pertinent flags are:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
flake8==3.5.0
|
||||||
pytest==3.8.1
|
pytest==3.8.1
|
||||||
CherryPy==17.3.0
|
CherryPy==17.3.0
|
||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue