aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
Commit message (Expand)AuthorAgeFilesLines
* Docs: Update python docs to reflect that wildcard imports are disallowedBen Woosley2019-01-241-1/+1
* example_test.py: fixup coinbase height argument, derive number clearlyGregory Sanders2018-11-051-2/+2
* Changed functional tests which do not require wallets to run withoutsanket17292018-09-171-0/+2
* Merge #14215: [qa] Use correct python index slices in example testMarcoFalke2018-09-131-2/+2
|\
| * [qa] Use correct python index slices in example testSuhas Daftuar2018-09-131-2/+2
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-1/+5
|/
* Fix typos reported by codespellpracticalswift2018-09-041-1/+1
* Import CInv from correct moduleChun Kuan Lee2018-08-141-1/+1
* Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-5/+1
|\
| * qa: wait_for_verack by defaultMarcoFalke2018-08-081-5/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-10/+0
* Fix typosDimitris Apostolou2018-03-211-1/+1
* [tests] Fix network threading in functional testsJohn Newbery2017-12-111-1/+9
* [tests] Use network_thread_start() in tests.John Newbery2017-12-111-2/+2
* Remove unused Python importspracticalswift2017-12-101-1/+0
* [tests] Rename NodeConn and NodeConnCBJohn Newbery2017-11-291-10/+11
* [tests] Make NodeConnCB a subclass of NodeConnJohn Newbery2017-11-281-2/+2
* [tests] Add p2p connection to TestNodeJohn Newbery2017-11-081-15/+8
* [tests] fixups from set_test_params()John Newbery2017-09-011-1/+1
* [tests] Functional tests must explicitly set num_nodesJohn Newbery2017-09-011-1/+3
* [tests] don't override __init__() in individual testsJohn Newbery2017-09-011-7/+3
* qa: Move wait_until to utilMarcoFalke2017-08-171-2/+2
* Merge #10705: Trivial: spelling fixesMarcoFalke2017-08-161-1/+1
|\
| * doc: spelling fixesklemens2017-08-161-1/+1
* | qa: Fix inv race in example_testMarcoFalke2017-08-101-2/+6
|/
* [tests] add example testJohn Newbery2017-06-271-0/+219