http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea1e8d1228db50c9776998ff50d270af52b35540/test/unit_tests_d/ut_util.py
= {chks[name][fmt]}' vmsg('') return True def fmt_dict(self,name,ut): samples = { 'url': { 'name':'Example', 'desc':'Sample URL', 'rank': 1, 'error': None, 'url':'https://example.com/foobar.html', }, 'choice': { 'c': 'curl', 'a': 'aiohttp', 'r': 'requests', }, 'cmdline': { 'cmd': ["ls","-l"], 'text': 'foo bar', 'stdin': None, 'offset': 123, 'env': {}, } } chks = { 'cmdline': { None: "'cmd' (['ls', '-l']), 'text' (foo bar), 'stdin' (None), 'offset' (123), 'env'...