Description
A Haskell helper that automatically discovers and runs Hspec tests. It reduces manual test-driver maintenance by finding spec modules and wiring them into a runnable test suite.
Developers use it in Cabal or Stack test workflows. Automatic discovery should match the project's test layout, and generated test drivers should be updated when modules are renamed or moved.