92 Commits (b7dd44c528bec780d27bd7606dbf6c1cdc8843ee)

Author SHA1 Message Date
John Newbery b7dd44c528 Add start and stop node methods to BitcoinTestFramework 7 years ago
John Newbery b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework 7 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 7 years ago
Gregory Sanders 7c588637d4 [Wallet] unset change position when there is no change on exact match 7 years ago
Jimmy Song dd1ea59624 [test] Add gettxout call 7 years ago
Jimmy Song 85f950a5c4 [test] Add tests for getconnectioncount, getnettotals and ping 7 years ago
John Newbery d6732d832a [tests] update disconnect_ban.py test case to work with listbanned 7 years ago
Karl-Johan Alm ed60970c83
[test] Test abortrescan command. 7 years ago
Jimmy Song bc53752616 Tests: Add simple test for getaddednodeinfo 7 years ago
Jimmy Song c39a6b9ec8 Tests: Refactor to create witness script creation function 7 years ago
John Newbery 6803e09e6e Move zmq test skipping logic into individual test case. 7 years ago
Jimmy Song 821dd5e3e1 Tests: Add test for getdifficulty 7 years ago
John Newbery d54297f1a8 [tests] disconnect_ban: add tests for disconnect-by-nodeid 7 years ago
John Newbery 5cc3ee24d2 [tests] disconnect_ban: remove dependency on urllib 7 years ago
John Newbery 12de2f252c [tests] disconnect_ban: use wait_until instead of sleep 7 years ago
John Newbery 2077fdacd3 [tests] disconnect_ban: add logging 7 years ago
John Newbery 395561becf [tests] disconnectban test - only use two nodes 7 years ago
John Newbery e367ad5b44 [tests] rename nodehandling to disconnectban 7 years ago
John Newbery d6564a26f4 [tests] fix nodehandling.py flake8 warnings 7 years ago
John Newbery 2a52ae63bf Remove duplicate method definitions in NodeConnCB subclasses 7 years ago
John Newbery 52e15aa4d0 Adds helper functions to NodeConnCB 7 years ago
Jimmy Song 637706dc9e Tests: Put Extended tests first when they're included 7 years ago
John Newbery a97ed80f97 [tests] test_runner - check unicode 7 years ago
John Newbery 08e51c1c03 [tests] Remove cache directory by default when running test_runner 7 years ago
John Newbery c85b080cc7 [test] add warnings to test_runner 7 years ago
John Newbery 5f4bcf28ef [tests] Remove maxblocksinflight testcase 7 years ago
Wladimir J. van der Laan e96462fbec tests: Fix test_runner return value in case of skipped test 7 years ago
John Newbery 45ce471ab0 Reduce spammy test logging 7 years ago
John Newbery d80baaa514 fixup - align summary row correctly and make colors/glyphs globals 7 years ago
John Newbery bb92d839d5 [tests] Add unicode symbols for tests passing/failing/skipping 7 years ago
John Newbery 63062bda1a [tests] color test results and sort alphabetically 7 years ago
Suhas Daftuar ba7dd8bf6f Test prioritisetransaction and ancestor fee state 7 years ago
John Newbery 5d08c9c579 Send the correct error code in reject messages 7 years ago
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out 7 years ago
John Newbery 6426716a99 Add send_await_disconnect() method to p2p-compactblocks.py 7 years ago
John Newbery a4fd89fddb Make forknotify.py more robust 7 years ago
John Newbery 1f3d78b4e0 Wait for connection to open in bip9-softforks.py 7 years ago
John Newbery 159fe88abf Remove SingleNodeConnCB 7 years ago
practicalswift 85de9d474b Remove call to gettransaction(...) where the result is unused 7 years ago
practicalswift bd02422332 Remove accidental trailing semicolons in Python code 7 years ago
John Newbery 8c7288c06b Print out the final 1000 lines of test_framework.log if test fails 7 years ago
John Newbery 55992f1302 Add --quiet option to suppress rpc-tests.py output 7 years ago
John Newbery 29d6634a69 Check that all test scripts in test/functional are being run 7 years ago
MarcoFalke fa4535df57 [qa] combine_logs: Use ordered list for logfiles 7 years ago
NicolasDorier dd5be2c7b3 [QA] Renaming rawTx into rawtx 7 years ago
MarcoFalke fa697b7192 [qa] Add setnetworkactive smoke test 7 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 7 years ago
John Newbery 717ad131f6 Actually run assumevalid.py. 7 years ago
Nicolas Dorier 803e6a3503 [QA] Fix typo in fundrawtransaction test 7 years ago
Jonas Schnelli 1b3b5c6f8f
Slightly modify fundrawtransaction.py test (change getnewaddress() into getrawchangeaddress()) 7 years ago