Skip to content

Commit

Permalink
doc: HACKING - point out how to run the pylightning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schmoock authored and cdecker committed Sep 3, 2019
1 parent bc5add3 commit 76f27f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 76f27f4

Please sign in to comment.