aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_feefilter.py
AgeCommit message (Expand)Author
2019-10-03modify p2p_feefilter test to catch rounding errorGregory Sanders
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
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-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-03-19scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery
2018-01-25[tests] Rename p2p_* functional tests.Anthony Towns