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

feat: treat all files with `spec` or `test` in the path as test files #101

Closed mrcjkb closed 1 year ago

mrcjkb commented 1 year ago

Fixes #100

Things done