# The Choice of Haskell Test Framework
## Metadata
**Status**:: #x
**Zettel**:: #zettel/fleeting
**Created**:: [[2026-02-22]]
**Parent**:: [[Haskell]]
**Tags**:: #software-test
## Synopsis
[Hspec](https://hspec.github.io/)
- Built-in support of [spec discovery](https://hspec.github.io/hspec-discover.html)
- The spec discovery groups test cases by modules, which ease running test cases by module via [`-m`](https://hspec.github.io/match.html).