FLO-wallet-core/test/functional/test_framework
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out
sync_with_ping currently returns false if the timeout expires, and it is
the caller's responsibility to fail the test. However, none of the tests
currently assert on sync_with_ping()'s return code. This commit adds an
assert to sync_with_ping so the test will fail if the timeout expires.

This commit also removes all the duplicate implementations of
sync_with_ping() from the individual tests.
2017-03-30 08:39:12 -04:00
..
__init__.py
address.py
authproxy.py
bignum.py
blockstore.py
blocktools.py
comptool.py Remove SingleNodeConnCB 2017-03-28 14:16:21 -04:00
coverage.py
key.py
mininode.py [tests] sync_with_ping should assert that ping hasn't timed out 2017-03-30 08:39:12 -04:00
netutil.py
script.py Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00
siphash.py
socks5.py [tests] Remove unused and duplicate imports 2017-03-22 17:49:23 +01:00
test_framework.py Print out the final 1000 lines of test_framework.log if test fails 2017-03-27 19:34:25 -04:00
util.py