mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 08:34:31 +01:00
pylightning: Add plugin dispatch tests to check-python and fix them
These weren't checked by CI yet, and they are really short so I just added them to the check-python target. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
7f11b4854e
commit
f622ffb087
2
Makefile
2
Makefile
@@ -302,6 +302,8 @@ check-python:
|
||||
@# W503: line break before binary operator
|
||||
@flake8 --ignore=E501,E731,W503 --exclude=contrib/pylightning/lightning/__init__.py ${PYSRC}
|
||||
|
||||
PYTHONPATH=contrib/pylightning:$$PYTHONPATH $(PYTEST) contrib/pylightning/
|
||||
|
||||
check-includes:
|
||||
@tools/check-includes.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user