Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split 'Test.Iris.Cli' into multiple modules #108

Open
4 tasks
chshersh opened this issue Feb 28, 2023 · 0 comments
Open
4 tasks

Split 'Test.Iris.Cli' into multiple modules #108

chshersh opened this issue Feb 28, 2023 · 0 comments
Labels
good first issue Good for newcomers refactoring Improving code quality, reducing tech debt test

Comments

@chshersh
Copy link
Owner

Currently, all tests for CLI parsing are in a single Test.Iris.Cli module

I would like to have a tree-like structure for tests that mirrors the library module hierarchy. This requires splitting this module into several ones and moving corresponding tests into them:

  • Test.Iris.Cli.Help: for --help tests
  • Test.Iris.Cli.Version: for --version and --numeric-version tests
  • Test.Iris.Cli.Interactive: for --no-input and interactivity check
  • Test.Iris.Cli.Conflict: for conflict tests
@chshersh chshersh added good first issue Good for newcomers test refactoring Improving code quality, reducing tech debt labels Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactoring Improving code quality, reducing tech debt test
Projects
None yet
Development

No branches or pull requests

1 participant