aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank2020-10-201-3/+2
* [refactor] clarify tests by referencing p2p objects directlygzhao4082020-09-101-6/+6
* test: Rename wait until helper to wait_until_helperMarcoFalke2020-08-271-1/+2
* test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz2020-08-261-2/+1
* [test] Remove final references to mininodeJohn Newbery2020-08-251-1/+1
* test: resort importsJohn Newbery2020-08-211-1/+1
* scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery2020-08-211-3/+3
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-1/+1
* test: replace inv type magic numbers by constantsSebastian Falbesoner2020-05-071-2/+2
* [qa] Fix race condition in example_test.pySuhas Daftuar2019-07-251-1/+4
* test: Pass at most one node group to sync_allMarcoFalke2019-04-091-2/+2
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* 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