Skip to content

Improve CLI test coverage (currently ~0%) #7

Description

@wan9yu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions