Commit Graph

42 Commits (b7450cdbd89a1c862f4d4d8bf093f8a0b5448f9c)

Author SHA1 Message Date
John Newbery f6ade9ce1a [tests] allow tests to be run with --usecli
7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
practicalswift c7399e7082 Remove unused Python imports
7 years ago
John Newbery dba94ead0c [tests] [travis-ci] Move Travis functional test log post processing to test_runner
7 years ago
John Newbery bba1c54edd [tests] Improve logging shutdown and add hint for combine_logs
7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests
7 years ago
Wladimir J. van der Laan 6759a24eaa
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup
7 years ago
John Newbery f893085325 [tests] Don't subclass from object for Python 3
7 years ago
MarcoFalke fa9de370b1 qa: Make tmpdir option an absolute path
7 years ago
João Barbosa fd8f45fe88 [test] Add restart_node to BitcoinTestFramework
7 years ago
MarcoFalke faa8d9581a [qa] TestNode: Add wait_until_stopped helper method
7 years ago
John Newbery 7148b74dc3 [tests] Functional tests must explicitly set num_nodes
7 years ago
John Newbery 5448a1471d [tests] don't override __init__() in individual tests
7 years ago
John Newbery 6cf094a022 [tests] Avoid passing around member variables in test_framework
7 years ago
John Newbery 36b6268670 [tests] TestNode: separate add_node from start_node
7 years ago
MarcoFalke 85aec87b11
Merge #10711: [tests] Introduce TestNode
7 years ago
John Newbery 7897338918 [tests] Introduce TestNode
7 years ago
John Newbery cc5d38f4b8 Add option to attach a python debugger if test fails
7 years ago
John Newbery 5ba83c1d43 [tests] fix nits.
7 years ago
John Newbery 0d473c539e [tests] move mocktime property and functions to BitcoinTestFramework
7 years ago
John Newbery cad967a892 [tests] Move stop_node and start_node methods to BitcoinTestFramework
7 years ago
John Newbery f1fe5368f1 [tests] fix flake8 warnings in test_framework.py and util.py
7 years ago
MarcoFalke 416af3edf5
Merge #10690: [qa] Bugfix: allow overriding extra_args in ComparisonTestFramework
7 years ago
Suhas Daftuar 4ed36539bc [qa] Bugfix: allow overriding extra_args in ComparisonTestFramework
7 years ago
Andrew Chow c53c9831ee Replace cookie auth in tests
8 years ago
MarcoFalke 329fc1dce7
Merge #10359: [tests] functional tests should call BitcoinTestFramework start/stop node methods
8 years ago
John Newbery a433d8a15e [tests] Update start/stop node functions to be private module functions
8 years ago
John Newbery 930deb9b2c [tests] skipped tests should clean up after themselves
8 years ago
John Newbery b040243cc3 [tests] improve tmpdir structure
8 years ago
MarcoFalke fff72de5bf
Merge #10171: [tests] Add node methods to test framework
8 years ago
John Newbery 4550049903 Reorganize BitcoinTestFramework class
8 years ago
Wladimir J. van der Laan 83073de4bd
Merge #10307: [tests] allow zmq test to be run in out-of-tree builds
8 years ago
John Newbery b7dd44c528 Add start and stop node methods to BitcoinTestFramework
8 years ago
John Newbery b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework
8 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases
8 years ago
John Newbery b8251f6337 [tests] allow zmq test to be run in out-of-tree builds
8 years ago
John Newbery 8c7288c06b Print out the final 1000 lines of test_framework.log if test fails
8 years ago
MarcoFalke ca209230c8
Merge #10053: [test] Allow functional test cases to be skipped
8 years ago
practicalswift 72163d4585 [tests] Remove unused and duplicate imports
8 years ago
John Newbery 232b6665bc Allow test cases to be skipped
8 years ago
John Newbery 8317a45161 Python functional tests should log in UTC
8 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional
8 years ago