aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_proxy.py
Commit message (Collapse)AuthorAgeFilesLines
* test: add getnetworkinfo network name regression testsJon Atack2020-10-151-10/+20
|
* rpc, test: expose CNodeStats network in RPC getpeerinfoJon Atack2020-10-141-10/+31
|
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT-
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-4/+4
| | | | | | -BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/assert ?\((.+)\)(( )*)?(#.*)?$/assert \1\3\3\4/g' $(git grep -l --extended-regexp 'assert ?\(' test) -END VERIFY SCRIPT-
* qa: Fix wallet_txn_doublespend issueMarcoFalke2019-02-191-1/+0
|
* qa: Always refresh stale cache to be out of ibdMarcoFalke2019-02-191-1/+2
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* Enable W191 and W291 flake8 checks.John Bampton2018-05-111-3/+3
| | | | | Remove trailing whitespace from Python files. Convert tabs to spaces.
* Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-1/+1
|
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+201