dogecoin/test/functional/test_framework
Wladimir J. van der Laan 185d48473e
Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery)
fae1374 qa: Allow for partial_match when checking init error (MarcoFalke)
5812273 [Tests] Require exact match in assert_start_raises_init_eror() (John Newbery)
0ec08a6 [Tests] Move assert_start_raises_init_error method to TestNode (John Newbery)

Pull request description:

  Extracted from #12379, because the changes are important on their own.

  This allows for exact testing, since the match can be specified with a strict regex. Internal details (such as exact formatting of the error message) can still be fuzzed away by regex wildcards.

Tree-SHA512: 605d2c9c42362a32d42321b066637577a026d0bb8cfc1c9f5737a4ca6503ffe85457a5122cea6e1101053ccc6c8aa1bbae3602e1fa7d2988bf7d5c275f412f66
2018-03-22 10:31:44 +01:00
..
__init__.py
address.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
authproxy.py
bignum.py
blockstore.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
blocktools.py scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests 2018-02-17 11:42:01 -05:00
comptool.py scripted-diff: rename TestNode to TestP2PConn in tests 2018-03-19 14:58:00 -04:00
coverage.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
key.py
messages.py Fix typos 2018-03-21 08:34:44 +02:00
mininode.py Fix typos 2018-03-21 08:34:44 +02:00
netutil.py qa: Fix some tests to work on native windows 2018-03-06 18:42:19 -05:00
script.py qa: Fix python TypeError in script.py 2018-02-18 23:42:01 -05:00
segwit_addr.py
siphash.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
socks5.py Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
test_framework.py Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) 2018-03-22 10:31:44 +01:00
test_node.py Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery) 2018-03-22 10:31:44 +01:00
util.py test: Use wait_until in tests where time was used for polling 2018-03-15 23:43:53 -07:00