CLI tests currently use subprocess, which means coverage tools can't track them.
Goal: Add in-process tests for cmd_redact, cmd_restore, cmd_info, cmd_setup, cmd_serve by mocking sys.argv and stdin/stdout.
This would significantly improve our overall coverage numbers.
CLI tests currently use subprocess, which means coverage tools can't track them.
Goal: Add in-process tests for
cmd_redact,cmd_restore,cmd_info,cmd_setup,cmd_serveby mocking sys.argv and stdin/stdout.This would significantly improve our overall coverage numbers.