test.py: allow color for some test groups; minor fixes, cleanups
This commit is contained in:
parent
c27c464a87
commit
d2055c93da
9 changed files with 36 additions and 13 deletions
|
|
@ -178,7 +178,7 @@ def do_loop():
|
|||
msg(clr(f'{nl}Testing {test}'))
|
||||
|
||||
for k in ('bad','good'):
|
||||
if not opt.silent:
|
||||
if not opt.super_silent:
|
||||
msg(purple(capfirst(k)+' input:'))
|
||||
for arg in test_data[test][k]:
|
||||
run_test(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue