http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea81d466a854ff29f1d03165ce9ab63c0952fc0c/test/test_py_d/ts_cfg.py
See LICENSE for details. """ ts_misc.py: CfgFile tests for the MMGen test.py test suite """ import shutil from ..include.common import * from .ts_base import * from mmgen.cfg import * class TestSuiteCfg(TestSuiteBase): 'CfgFile API' networks = ('btc',) tmpdir_nums = [40] base_passthru_opts = () color = True cmd_group = ( ('sysfile', (40,'init with system cfg sample file in place', [])), ('no_metadata_sample', (40,'init with unversioned cfg sample file', [])), ('altered_sample', (40,'init...