aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/test_framework.py
Commit message (Collapse)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-2/+2
|
* s/doge/dis/gTomo Ueda2021-09-021-8/+8
|
* Rename binaries to match DogecoinRoss Nicoll2019-03-251-8/+8
|
* [qa] Dump debug logs on travis failures.Suhas Daftuar2016-11-301-1/+10
|
* [qa] test_framework: Exit when tmpdir existsMarcoFalke2016-11-071-6/+1
|
* [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke2016-10-021-4/+0
|
* remove root test directory for RPC testswhythat2016-09-051-1/+4
|
* Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan2016-08-171-1/+3
|\ | | | | | | | | | | fad8cf6 [qa] Use single cache dir for chains (MarcoFalke) fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke) fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke)
| * [qa] Use single cache dir for chainsMarcoFalke2016-08-071-1/+3
| |
* | [qa] test_framework: Add wrapper for stop_nodeMarcoFalke2016-07-071-0/+4
|/
* Merge #8098: [qa] test_framework: Append portseed to tmpdirMarcoFalke2016-05-271-0/+2
|\ | | | | | | fa57b0c [qa] test_framework: Append portseed to tmpdir (MarcoFalke)
| * [qa] test_framework: Append portseed to tmpdirMarcoFalke2016-05-201-0/+2
| | | | | | | | | | This makes it possible to specify a tmpdir while running tests in parallel
* | Test framework: only cleanup on successful test runsSuhas Daftuar2016-05-251-1/+3
| |
* | [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-12/+13
|/
* [qa] Add option --portseed to test_frameworkMarcoFalke2016-05-091-5/+8
|
* Merge #7971: [qa] Refactor test_framework and pull testerMarcoFalke2016-05-091-1/+3
|\ | | | | | | | | | | | | fad3366 [qa] pull-tester: Adjust comment (MarcoFalke) fafb33c [qa] Stop other nodes, even when one fails to stop (MarcoFalke) 2222dae [qa] Update README.md (MarcoFalke) fabbf6b [qa] Refactor test_framework and pull tester (MarcoFalke)
| * [qa] Refactor test_framework and pull testerMarcoFalke2016-05-061-1/+3
| | | | | | | | | | | | | | * log to stdout * increase range for p2p and rpc ports * UPPERCASE_CONSTANTS * Stop nodes on CTRL+C
* | Autofind rpc tests --srcdirJonas Schnelli2016-05-091-1/+1
|/
* [qa] Switch to py3MarcoFalke2016-05-051-4/+4
|
* [qa] test_framework: Properly print exceptions and assert empty dictMarcoFalke2016-04-261-1/+1
|
* rpc-tests: handle KeyError nicely in test_framework.pyRusty Russell2016-04-131-0/+3
| | | | | | btcdrak wrote this for me. Signed-off-by: Rusty Russell <[email protected]>
* [qa] Use python2/3 syntaxMarcoFalke2016-03-311-2/+2
|
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ | | | | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke)
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |
* | [RPC-Tests] add option to run rpc test over QT clientsJonas Schnelli2015-12-141-1/+1
|/
* Add basic coverage reporting for RPC testsJames O'Beirne2015-11-111-5/+23
| | | | Thanks to @MarcoFalke @dexX7 @laanwj for review.
* rpc-tests: remove python-bitcoinrpc directoryJonas Schnelli2015-05-211-2/+1
| | | | place authproxy.py at same level as other utility classes
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-0/+180
* move non-test classes to subdir `test-framework`