mrcjkb / neotest-haskell

Neotest adapter for Haskell (cabal or stack) with support for Sydtest, Hspec and Tasty
GNU General Public License v2.0
55 stars 4 forks source link

Support multiple test suites in one package #123

Open mrcjkb opened 1 year ago

mrcjkb commented 1 year ago

Feature description

If there are multiple test suites, prompt the user which one to run. Note: Might be difficult in an async context...