jnewbery
commented at 4:15 PM on March 27, 2017:
member
This commit uses the new skip test funcationality added in
232b6665bc3e5b134821dc7584968fb439fd5f44 to skip the zmq tests if the
python zmq module is not available or if bitcoind has been built without
zmq support.
This removes the zmq-specific logic from test_runner.py. In general it's
better if test_runner.py has no knowledge of special cases for
individual tests and is a general purpose test runner.
MarcoFalke
commented at 4:17 PM on March 27, 2017:
member
This removes the zmq-specific logic from test_runner.py. In general it's
better if test_runner.py has no knowledge of special cases for
individual tests and is a general purpose test runner.
You can view, comment on, or merge this pull request online at:
fanquake
commented at 10:11 AM on April 2, 2017:
member
Needs a rebase. Will test.
jmcorgan
commented at 6:22 AM on April 11, 2017:
contributor
utACK
jnewbery force-pushed on Apr 11, 2017
jnewbery
commented at 3:14 PM on April 11, 2017:
member
rebased
Move zmq test skipping logic into individual test case.
This commit uses the new skip test funcationality added in
232b6665bc3e5b134821dc7584968fb439fd5f44 to skip the zmq tests if the
python zmq module is not available or if bitcoind has been built without
zmq support.
This removes the zmq-specific logic from test_runner.py. In general it's
better if test_runner.py has no knowledge of special cases for
individual tests and is a general purpose test runner.
6803e09e6e
jnewbery force-pushed on Apr 20, 2017
jnewbery
commented at 3:25 PM on April 20, 2017:
member
rebased
jimmysong approved
jimmysong
commented at 8:45 PM on April 20, 2017:
contributor
ACK6803e09e6eeb2dbc820bb1025475a50a4352e30d
Tested with pyzmq not installed (skipped as expected)
Tested with zmq not enabled in binary (skipped as expected)
Tested with zmq and pyzmq enabled (tested as expected)
MarcoFalke
commented at 3:53 PM on April 23, 2017:
member
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-13 21:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me