You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or alternatively, via the `Makefile`, by setting `PYTEST_TESTS`:
44
+
You can also append `-k TESTNAME` to run a single test. Environment variables `DEBUG_SUBD=<subdaemon>` and `TIMEOUT=<seconds>` can be useful for debugging subdaemons on individual tests, and `DEBUG_LIGHTNINGD` for attaching a debugger to each `lightningd` instance created.
45
45
46
-
`PYTEST_TESTS="tests/test_askrene.py::test_layers" make pytest`
46
+
Or alternatively, run a single test via the `Makefile`, by setting `PYTEST_TESTS`:
47
47
48
-
You can also append `-k TESTNAME` to run a single test. Environment variables `DEBUG_SUBD=<subdaemon>` and `TIMEOUT=<seconds>` can be useful for debugging subdaemons on individual tests, and `DEBUG_LIGHTNINGD` for attaching a debugger to each `lightningd` instance created.
48
+
`PYTEST_TESTS="tests/test_askrene.py::test_layers" make pytest`
49
49
50
50
-**pylightning tests** - will check contrib pylightning for codestyle and run the tests in `contrib/pylightning/tests` afterwards:
0 commit comments