+1 Quickcheck looks like a great way to test for weird inputs! I put a couple
of minor comments in your PR.
> On Feb 2, 2017, at 2:40 PM, Dan Smith wrote:
>
> +1 Cool!
>
> -Dan
>
> On Thu, Feb 2, 2017 at 1:21 PM, Galen M O'Sullivan
> wrote:
>
>> Hi all,
>>
>> I would like to propose add
+1 Cool!
-Dan
On Thu, Feb 2, 2017 at 1:21 PM, Galen M O'Sullivan
wrote:
> Hi all,
>
> I would like to propose adding [junit-quickcheck](1) to Geode. It's named
> after the [Haskell tool](2) and functions more or less as automated testing
> for JUnit Theories (if anyone is familiar with those).
Hi all,
I would like to propose adding [junit-quickcheck](1) to Geode. It's named
after the [Haskell tool](2) and functions more or less as automated testing
for JUnit Theories (if anyone is familiar with those).
Property-based testing means basically that you write a function that tests
some cod