aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
AgeCommit message (Expand)Author
2018-10-24Import CInv from correct moduleChun Kuan Lee
2018-10-24qa: Run all tests even if wallet is not compiledMarcoFalke
2018-10-24[qa] Use correct python index slices in example testSuhas Daftuar
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2017-12-11[tests] Fix network threading in functional testsJohn Newbery
2017-12-11[tests] Use network_thread_start() in tests.John Newbery
2017-12-10Remove unused Python importspracticalswift
2017-11-29[tests] Rename NodeConn and NodeConnCBJohn Newbery
2017-11-28[tests] Make NodeConnCB a subclass of NodeConnJohn Newbery
2017-11-08[tests] Add p2p connection to TestNodeJohn Newbery
2017-09-01[tests] fixups from set_test_params()John Newbery
2017-09-01[tests] Functional tests must explicitly set num_nodesJohn Newbery
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-08-17qa: Move wait_until to utilMarcoFalke
2017-08-16Merge #10705: Trivial: spelling fixesMarcoFalke
2017-08-16doc: spelling fixesklemens
2017-08-10qa: Fix inv race in example_testMarcoFalke
2017-06-27[tests] add example testJohn Newbery