201 Commits (234ffc677ee58591b139695bf92bbd6f504ee91a)

Author SHA1 Message Date
John Newbery 981e586ab8 [tests] remove import-abort-rescan.py 7 years ago
John Newbery 3e3c22f09d [tests] fix wait_for_inv() 7 years ago
practicalswift 0c60c63de0 Remove unused Python imports 7 years ago
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
John Newbery b8251f6337 [tests] allow zmq test to be run in out-of-tree builds 7 years ago
Jimmy Song dadfee38e8 [test] Add test for listaddressgroupings 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
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 7 years ago
Jimmy Song de487b730b Tests: Add test for getnetworkhashps 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
aideca 164019d611 Add dumpwallet output test 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
practicalswift 73b37219d4 Remove accidental trailing semicolons 7 years ago
practicalswift b8d9a86dc3 Remove unused import 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 19ecd1e2e1 Add tests for bitcoin-tx input checking 7 years ago
John Newbery 21704f6334 Check stderr when testing bitcoin-tx 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