haskell-nix/hnix-store

Switch `-nar` testsuite to `hspec`

Open

#262 opened on Nov 26, 2023

 (0 comments) (0 reactions) (0 assignees)Haskell (26 forks)github user discovery
good first issuenar

Repository metrics

Stars
 (99 stars)
PR merge metrics
 (Avg merge 20d 16h) (3 merged PRs in 30d)

Description

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).

Contributor guide