Created
January 6, 2022 05:33
-
-
Save dylanbathurst/1f15c80fbb79808f39f2b64a3f68657f to your computer and use it in GitHub Desktop.
Bitcoind and C-Lightning tests using lnprototest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dylan@ace ~/lightning (master) $ cd ../lnprototest | |
| dylan@ace ~/lnprototest (master) $ make check | |
| /bin/sh: line 0: type: pytest-3: not found | |
| /bin/sh: line 0: type: pytest3: not found | |
| pytest tests | |
| =================================================================== test session starts =================================================================== | |
| platform darwin -- Python 3.9.9, pytest-6.1.2, py-1.11.0, pluggy-0.13.1 | |
| rootdir: /Users/dylan/lnprototest/tests, configfile: pytest.ini | |
| plugins: forked-1.4.0, rerunfailures-9.1.1, flaky-3.7.0, xdist-2.2.1, timeout-1.4.2 | |
| collected 27 items | |
| tests/test_bolt1-01-init.py .. [ 7%] | |
| tests/test_bolt1-02-unknown-messages.py . [ 11%] | |
| tests/test_bolt2-01-open_channel.py . [ 14%] | |
| tests/test_bolt2-02-reestablish.py . [ 18%] | |
| tests/test_bolt2-10-add-htlc.py . [ 22%] | |
| tests/test_bolt2-20-open_channel_accepter.py ............. [ 70%] | |
| tests/test_bolt2-30-channel_type-open-accept-tlvs.py sss [ 81%] | |
| tests/test_bolt7-01-channel_announcement-success.py . [ 85%] | |
| tests/test_bolt7-02-channel_announcement-failure.py .. [ 92%] | |
| tests/test_bolt7-10-gossip-filter.py . [ 96%] | |
| tests/test_bolt7-20-query_channel_range.py . [100%] | |
| ============================================================= 24 passed, 3 skipped in 33.12s ============================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment