diff --git a/doc/HACKING.md b/doc/HACKING.md index f1c956d03..85be1746b 100644 --- a/doc/HACKING.md +++ b/doc/HACKING.md @@ -213,6 +213,11 @@ There are three kinds of tests: `DEBUG_SUBD=` and `TIMEOUT=` 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.