Re: Property-Based Testing for Geode

2017-02-02 Thread Jared Stewart
+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

Re: Property-Based Testing for Geode

2017-02-02 Thread Dan Smith
+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).