Skip to content

Add test coverage to xdvdfs-cli commands #137

@antangelo

Description

@antangelo

Add comprehensive test coverage for xdvdfs-cli commands. This will require refactoring the commands to be modular, such that the underlying filesystem can be swapped out for a test double (sector linear, in-memory, and/or some other null filesystem if applicable) and input/outputs can be stubbed and verified against.

This should also include unit tests against command line parsing. The ultimate goal of this issue is to achieve similar coverage as the Python end-to-end tests on a component level within the CLI crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestxdvdfs-cliRelating to the xdvdfs command-line frontend

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions