-
Planning to raise a PR for this, once one of https://github.com/lpsmith/postgresql-simple/pull/214 or https://github.com/lpsmith/postgresql-simple/pull/215 is merged into PG-Simple.
However, in my …
-
This would be really nice to have by default.
-
I am surprised by the fact I don't see any trace of shrinking happening with some property I am checking, although I implemented `shrinkAction`. `precondition = const True`
Here is the DL property …
ghost updated
7 months ago
-
The fuzzer's algebraic rules table captures rules such as `x || true = true || x = true`, which are useful for generating convoluted expressions with known final values. These are useful for making t…
-
dev-haskell/hledger-web supports the `library-only` useflag:
```
❯ q use -eD library-only
dev-haskell/hledger-web[library-only] Build for use with "yesod devel"
```
This appears to have a sim…
-
Running quickcheck (with call graph construction) on
com.anysoftkeyboard.theme.classic_pc_2.apk
com.hexad.bluezime.hidenabler_1.apk
yields the following error:
```
Exception in thread "main" java.…
-
Running into this on our build infrastructure, seems like there is a minor problem with the patterns that I can not quite discern, using GHC 9.0.2 and `doctest-0.18.2`.
```
setupCompilerEnvironmen…
-
`mkResult` in `Runner.Example` is the heart of `doctest`: it checks the actual output against the expected pattern, which can include wildcards both within a line and across lines.
Here's how wildc…
-
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…
-
Contemplate the utility of Newton (invariants) as specifications for property based testing. I got this idea from [this paper](https://dl.acm.org/doi/10.1145/1941054.1941055).