index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
zmq_test.py
Age
Commit message (
Expand
)
Author
2018-01-25
[tests] Rename misc functional tests.
Anthony Towns
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-06
Have SegWit active by default
Pieter Wuille
2017-10-10
Improve ZMQ functional test
João Barbosa
2017-09-18
Tests for zmqpubrawtx and zmqpubrawblock
Andrew Chow
2017-09-01
[tests] don't override __init__() in individual tests
John Newbery
2017-09-01
[tests] Avoid passing around member variables in test_framework
John Newbery
2017-09-01
[tests] TestNode: separate add_node from start_node
John Newbery
2017-06-12
[tests] destroy zmq context in zmq_tests.py
John Newbery
2017-06-12
[tests] in zmq test, timeout if message not received
John Newbery
2017-06-08
[tests] tidy up zmq_test.py
John Newbery
2017-06-08
[tests] update zmq test to use correct config.ini file
John Newbery
2017-06-02
Merge #10359: [tests] functional tests should call BitcoinTestFramework start...
MarcoFalke
2017-05-31
[tests] Functional tests call self.start_node(s) and self.stop_node(s)
John Newbery
2017-05-22
[tests] skipped tests should clean up after themselves
John Newbery
2017-05-03
Merge #10307: [tests] allow zmq test to be run in out-of-tree builds
Wladimir J. van der Laan
2017-05-02
[tests] Remove is_network_split from funtional test cases
John Newbery
2017-05-01
[tests] allow zmq test to be run in out-of-tree builds
John Newbery
2017-04-20
Move zmq test skipping logic into individual test case.
John Newbery
2017-03-22
[tests] Remove unused variables
practicalswift
2017-03-20
Rename rpc-tests directory to functional
John Newbery