feat[tests]: Use tasty for hierarchical tests

This commit is contained in:
vegowotenks 2025-08-14 10:45:08 +02:00
parent 0d8470a87f
commit 766528677f
4 changed files with 25 additions and 9 deletions

View file

@ -22,6 +22,7 @@ default-extensions:
- DerivingStrategies
- ImportQualifiedPost
- NoImplicitPrelude
- OverloadedStrings
- StandaloneKindSignatures
- RoleAnnotations
@ -60,3 +61,5 @@ tests:
- -with-rtsopts=-N
dependencies:
- scalie
- tasty
- tasty-quickcheck