aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_persist.py
Commit message (Expand)AuthorAgeFilesLines
* test: mempool_persist: Verify prioritization is dumped correctlyMarcoFalke2018-12-111-1/+13
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* tests: Use explicit importspracticalswift2018-08-131-1/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* qa: Windows fixups for functional testsMarcoFalke2018-04-081-4/+4
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-2/+2
|\
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-2/+2
* | Fix typosDimitris Apostolou2018-03-211-1/+1
|/
* qa: Fix some tests to work on native windowsMarcoFalke2018-03-061-1/+3
* qa: Add missing syncwithvalidationinterfacequeue to testsMarcoFalke2018-01-251-4/+5
* add test for unconfirmed balance between restartsGregory Sanders2017-12-111-1/+7
* scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery2017-10-051-1/+1
* Add savemempool RPCLawrence Nahum2017-09-061-0/+28
* [tests] don't override __init__() in individual testsJohn Newbery2017-09-011-5/+1
* [tests] TestNode: separate add_node from start_nodeJohn Newbery2017-09-011-7/+4
* qa: Move wait_until to utilMarcoFalke2017-08-171-3/+2
* [tests] Functional tests call self.start_node(s) and self.stop_node(s)John Newbery2017-05-311-7/+7
* [tests] use wait_until in mempool_persist.pyJohn Newbery2017-05-081-21/+20
* Add tests for mempool persistenceJohn Newbery2017-03-221-0/+91