-
Using current cabal at c2dfc3310b71193a491424dddb8c4ab868c55b6e built with GHC 8.0.2,
configuring for use with GHC ghc-8.2 branch at b3f7e9b54d9f36938effd265c84d5567b34c905b, with a brand new insta…
alanz updated
2 years ago
-
Just setup Tasty so I could run HSpec and doctests, except to find out that doctest can't plug into other test suites. [1] :sob:
Looking at the Tasty API, what it needs to expose is pretty simple—
-…
munro updated
7 years ago
-
Smallest reproduction I could build:
```haskell
module Specs.ConvergenceSpec where
import Control.Monad (guard)
import Data.Either qualified as Either
import Data.Type.Rec (RecF)
import Lang…
-
contd. from https://github.com/hspec/hspec/pull/667#issuecomment-1109869075
Instead of `SpecWith a`, if we had a `SpecWith m a` - it would allow us to use custom monads for, say, managing project-s…
-
When I develop a module with a bunch of functions and I am working on one function I don't necessarily want to always test _all_ functions in that module. -- Is there a way to narrow `doctest` to a pa…
-
Running ghc-mod on its own test code fails, as it doesn't see the correct packages:
Running `ghc-mod info src/GHCMod.hs foo` has the correct behaviour, but running `ghc-mod info test/Main.hs foo` fai…
-
https://www.reddit.com/r/haskell/comments/7q3pgq/how_to_combine_smallchecks_ability_to_find/
-
What do you think about moving
- `Test.QuickCheck.Exception`
- `Test.QuickCheck.Random`
- `Test.QuickCheck.State`
- `Test.QuickCheck.Text`
into a `Test.QuickCheck.Internal.*` namespace?
-
Setting randomMismatchOption = RandomMismatchError only fails the test in the ADT version of `GoldenSpecs`.
-
This is weird. Should it be allowed? I remain convinced by the logic in #244 that this isn't a (new) security issue, but I can't imagine that it ever makes sense.