http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/1f3c0481721939c2b9352ce2b113b613e84b6cc8
r}'.format(t)) + continue + msg('{}: {}'.format(t,ret)) assert c == ret, "'colors' value for terminal {} ({}) does not match expected value of {}".format(t,ret,c) ret = get_terminfo_colors() + 1 - 1 test/hashfunc.py View File @@ -136,7 +136,7 @@ class TestSha512(TestSha2): 0x431d67c49c100d4c, 0x4cc5d4becb3e42b6, 0x597f299cfc657e2a, 0x5fcb6fab3ad6faec, 0x6c44198c4a475817 ) t = globals()['Test'+test]() -msg( green( 'Testing internal implementation of {}\n'.format(t.desc )...