Browse Source

doc: HACKING - point out how to run the pylightning tests

pull/2803/head
Michael Schmoock 5 years ago
committed by Christian Decker
parent
commit
76f27f47dc
  1. 5
      doc/HACKING.md

5
doc/HACKING.md

@ -213,6 +213,11 @@ There are three kinds of tests:
`DEBUG_SUBD=<subdaemon>` and `TIMEOUT=<seconds>` can be useful for debugging
subdaemons on individual tests.
* **pylightning tests** - will check contrib pylightning for codestyle and run
the tests in `contrib/pylightning/tests` afterwards:
`make check-python`.
Our Travis CI instance (see `.travis.yml`) runs all these for each
pull request.

Loading…
Cancel
Save