Testing with Haskell
Personal references for Haskell libraries related to testing.
If you want, you can go back to the parent category.
Links
- Hspec
- Easy to read testing framework which integrates HUnit and QuickCheck.
- QuickCheck
- Property-based testing.
- HLint
- Linter for Haskell.
- Scan code with HLint
- GitHub action for Haskell code scanning using HLint.