Skip to content

Instantly share code, notes, and snippets.

@gijswijs
Created June 23, 2021 03:40
Show Gist options
  • Save gijswijs/2e29c817d4d5b1f4fa4d12a50fa3550a to your computer and use it in GitHub Desktop.
Save gijswijs/2e29c817d4d5b1f4fa4d12a50fa3550a to your computer and use it in GitHub Desktop.
Output of `make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner'`
pytest --runner=lnprototest.clightning.Runner
================================================================================= test session starts ==================================================================================
platform linux -- Python 3.8.5, pytest-6.1.2, py-1.10.0, pluggy-0.13.1
rootdir: /home/bitcoin/simverse/_repos/lnprototest
plugins: forked-1.3.0, rerunfailures-9.1.1, timeout-1.4.2, flaky-3.7.0, xdist-2.2.1
collected 24 items
tests/test_bolt1-01-init.py .. [ 8%]
tests/test_bolt1-02-unknown-messages.py . [ 12%]
tests/test_bolt2-01-open_channel.py . [ 16%]
tests/test_bolt2-02-reestablish.py . [ 20%]
tests/test_bolt2-10-add-htlc.py . [ 25%]
tests/test_bolt2-20-open_channel_accepter.py ............. [ 79%]
tests/test_bolt7-01-channel_announcement-success.py . [ 83%]
tests/test_bolt7-02-channel_announcement-failure.py .. [ 91%]
tests/test_bolt7-10-gossip-filter.py . [ 95%]
tests/test_bolt7-20-query_channel_range.py . [100%]
============================================================================ 24 passed in 703.01s (0:11:43) ============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment