From 0ac91b4f99a6c1b1e6a8b4a5d1262416cff01959 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Sun, 5 Jan 2020 13:57:47 +0100 Subject: [PATCH] doc: fix typo: s/these test/these tests/ Changelog-None --- doc/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING.md b/doc/HACKING.md index f43b9662e..d02ba31a5 100644 --- a/doc/HACKING.md +++ b/doc/HACKING.md @@ -204,7 +204,7 @@ There are three kinds of tests: and `make update-mocks` will automatically generate stub functions which will allow you to link (and conveniently crash if they're called). -* **blackbox tests** - These test setup a mini-regtest environment and test +* **blackbox tests** - These tests setup a mini-regtest environment and test lightningd as a whole. They can be run individually: `PYTHONPATH=contrib/pylightning:contrib/pyln-client:contrib/pyln-testing py.test -v tests/`