8000 Split 'Test.Iris.Cli' into multiple modules · Issue #108 · chshersh/iris · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Split 'Test.Iris.Cli' into multiple modules #108
Open
@chshersh

Description

@chshersh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0