haskell-nix/hnix-store

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

开放

#261 创建于 2023年11月26日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (26 个派生)github user discovery
coregood first issue

仓库指标

星标
 (98 个星标)
PR 合并指标
 (平均合并 20天 16小时) (30 天内合并 3 个 PR)

描述

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.

贡献者指南