dogecoin/test/functional/test_framework
John Newbery 232b6665bc Allow test cases to be skipped
Currently, functional test cases can either pass or fail. There are
occasions when it is helpful to skip tests, for example if the
system they are running on does not meet the requirements for the test.
The rest of the test suite can run without being marked as a failure.

This commit adds framework for tests to skip if their requirements
aren't met.
2017-03-22 10:26:02 -04:00
..
__init__.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
address.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
authproxy.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
bignum.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
blockstore.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
blocktools.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
comptool.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
coverage.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
key.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
mininode.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
netutil.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
script.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
siphash.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
socks5.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
test_framework.py Allow test cases to be skipped 2017-03-22 10:26:02 -04:00
util.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00