- test groups are now separate classes in separate modules
- test data and code is loaded on an as-needed basis
- new TestSuiteRunner and CmdGroupMgr classes
- simplified invocation: if arguments are omitted, all default tests relevant
for given network and option are run. The following set of invocations
provides nearly complete coverage of MMGen's core functionality:
test/test.py
test/test.py --segwit-random
test/test.py --bech32
test/test.py --coin=ltc
test/test.py --coin=ltc --segwit-random
test/test.py --coin=ltc --bech32
test/test.py --coin=bch
test/test.py --coin=eth
test/test.py --coin=etc
|
||
|---|---|---|
| .. | ||
| ref | ||
| test_py_d | ||
| __init__.py | ||
| common.py | ||
| gentest.py | ||
| objtest.py | ||
| pexpect.py | ||
| scrambletest.py | ||
| sha256test.py | ||
| test.py | ||
| tooltest.py | ||
| tooltest2.py | ||