aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
AgeCommit message (Expand)Author
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-27test: Rename wait until helper to wait_until_helperMarcoFalke
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-25[test] Remove final references to mininodeJohn Newbery
2020-08-21test: resort importsJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-21scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-05-07test: replace inv type magic numbers by constantsSebastian Falbesoner
2019-07-25[qa] Fix race condition in example_test.pySuhas Daftuar
2019-04-09test: Pass at most one node group to sync_allMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-01-24Docs: Update python docs to reflect that wildcard imports are disallowedBen Woosley
2018-11-05example_test.py: fixup coinbase height argument, derive number clearlyGregory Sanders
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-13Merge #14215: [qa] Use correct python index slices in example testMarcoFalke
2018-09-13[qa] Use correct python index slices in example testSuhas Daftuar
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-04Fix typos reported by codespellpracticalswift
2018-08-14Import CInv from correct moduleChun Kuan Lee
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