We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-core
hspec(-golden)
It is the only remaining test using tasty and tasty-golden.
tasty
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.
cabal test core
cabal run core
-nar
The text was updated successfully, but these errors were encountered:
hspec
No branches or pull requests
It is the only remaining test using
tasty
andtasty-golden
.There's also a problem with it - it works when run via
cabal test core
but not viacabal 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.The text was updated successfully, but these errors were encountered: