chshersh / iris

🌈 Haskell CLI Framework supporting Command Line Interface Guidelines
https://hackage.haskell.org/package/iris
Mozilla Public License 2.0
173 stars 21 forks source link

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

Open chshersh opened 1 year ago

chshersh commented 1 year ago

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: