haskell-nix/hnix-store

Switch derivation test from `-core` to `hspec(-golden)`

Aperta

#261 aperta il 26 nov 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Haskell (26 fork)github user discovery
coregood first issue

Metriche repository

Star
 (99 stelle)
Metriche merge PR
 (Merge medio 20g 16h) (3 PR mergiate in 30 g)

Descrizione

It is the only remaining test using tasty and tasty-golden.

There's also a problem with it - it works when run via cabal test core but not via cabal run core as the directory prefix is in the way and it has trouble finding fixture(s). Similar problem was resolved in -nar https://github.com/haskell-nix/hnix-store/blob/master/hnix-store-nar/tests/NarFormat.hs#L171-L187 where it tries both with and without a subdir.

Guida contributor