haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
83 stars 23 forks source link

Switch `-nar` testsuite to `hspec` #262

Open sorki opened 8 months ago

sorki commented 8 months ago

This along with #261 would allow us to get rid of the tasty and co. dependencies. Nar testsuite mixes hspecs Spec, hUnit tests and QuickCheck props that could all be part of a single (or multiple hspec Specs).