Description
Provides automatic Tasty test case discovery using Template Haskell. It can generate test lists at compile time, reducing manual registration as test modules grow.
It is useful for Haskell projects with many Tasty tests and a desire to keep test wiring concise. It is a development library and acts during compilation of the test suite.