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

This commit is contained in:
Michael Schmoock 2019-09-03 13:39:15 +02:00 committed by Christian Decker
parent bc5add399b
commit 76f27f47dc

View File

@ -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.