Age | Commit message (Expand) | Author |
2024-07-16 | scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()` | Hennadii Stepanov |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-10 | test: Remove wallet option from non-wallet tests | MacroFake |
2022-08-09 | doc: test: suggest multi-line imports in functional test style guide | Sebastian Falbesoner |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-10-29 | test: Implicitly sync after generate*, unless opted out | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-02-01 | doc: Improve setup_clean_chain documentation | Fabian Jahr |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-10-20 | scripted-diff: test: Replace uses of (dis)?connect_nodes global | Prayank |
2020-09-10 | [refactor] clarify tests by referencing p2p objects directly | gzhao408 |
2020-08-27 | test: Rename wait until helper to wait_until_helper | MarcoFalke |
2020-08-26 | test: Update wait_until usage in tests not to use the one from utils | Seleme Topuz |
2020-08-25 | [test] Remove final references to mininode | John Newbery |
2020-08-21 | test: resort imports | John Newbery |
2020-08-21 | scripted-diff: Rename mininode to p2p | John Newbery |
2020-08-21 | scripted-diff: Rename mininode_lock to p2p_lock | John Newbery |
2020-08-06 | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner |
2020-05-07 | test: replace inv type magic numbers by constants | Sebastian Falbesoner |
2019-07-25 | [qa] Fix race condition in example_test.py | Suhas Daftuar |
2019-04-09 | test: Pass at most one node group to sync_all | MarcoFalke |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke |
2019-01-24 | Docs: Update python docs to reflect that wildcard imports are disallowed | Ben Woosley |
2018-11-05 | example_test.py: fixup coinbase height argument, derive number clearly | Gregory Sanders |
2018-09-17 | Changed functional tests which do not require wallets to run without | sanket1729 |
2018-09-13 | Merge #14215: [qa] Use correct python index slices in example test | MarcoFalke |
2018-09-13 | [qa] Use correct python index slices in example test | Suhas Daftuar |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke |
2018-09-04 | Fix typos reported by codespell | practicalswift |
2018-08-14 | Import CInv from correct module | Chun Kuan Lee |
2018-08-09 | Merge #13916: qa: wait_for_verack by default | MarcoFalke |
2018-08-08 | qa: wait_for_verack by default | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-06-25 | qa: Avoid start/stop of the network thread mid-test | MarcoFalke |
2018-03-21 | Fix typos | Dimitris Apostolou |
2017-12-11 | [tests] Fix network threading in functional tests | John Newbery |
2017-12-11 | [tests] Use network_thread_start() in tests. | John Newbery |
2017-12-10 | Remove unused Python imports | practicalswift |
2017-11-29 | [tests] Rename NodeConn and NodeConnCB | John Newbery |
2017-11-28 | [tests] Make NodeConnCB a subclass of NodeConn | John Newbery |
2017-11-08 | [tests] Add p2p connection to TestNode | John Newbery |
2017-09-01 | [tests] fixups from set_test_params() | John Newbery |
2017-09-01 | [tests] Functional tests must explicitly set num_nodes | John Newbery |
2017-09-01 | [tests] don't override __init__() in individual tests | John Newbery |
2017-08-17 | qa: Move wait_until to util | MarcoFalke |
2017-08-16 | Merge #10705: Trivial: spelling fixes | MarcoFalke |
2017-08-16 | doc: spelling fixes | klemens |
2017-08-10 | qa: Fix inv race in example_test | MarcoFalke |
2017-06-27 | [tests] add example test | John Newbery |