W dniu piątek, 28 listopada 2014 15:50:41 UTC+1 użytkownik Carlo napisał:
>
> > I think we've started working on our libraries nearly the same day :)
> >
> > https://github.com/jstepien/states
>
> I've actually seen your library since writing stateful-check. When I
> experimented with it, thoug
On Sat, Nov 29, 2014 at 11:34:37AM -0800, tcrayford wrote:
> Nice! I wrote a sketch of this idea the day after I watched the
> talk: https://github.com/tcrayford/laundromat, but never pursued it much
> further (though I do use it in my test suite).
Thanks for laundromat. I shamelessly stole the
Carlo,
Nice! I wrote a sketch of this idea the day after I watched the
talk: https://github.com/tcrayford/laundromat, but never pursued it much
further (though I do use it in my test suite).
Awesome to see some real work put into this idea.
On Friday, 28 November 2014 00:44:16 UTC, Carlo wrote
I'm glad my talk got someone working on things! I'm going to see if that
library would be a better match for our integration tests than test.check
alone.
--Ashton
Sent from my iPhone
> On Nov 28, 2014, at 9:50 AM, Carlo Zancanaro wrote:
>
> Hey Jan!
>
>> On Fri, Nov 28, 2014 at 06:37:06AM
Hey Jan!
On Fri, Nov 28, 2014 at 06:37:06AM -0800, Jan Stępień wrote:
> Thanks for sharing! I see that generative testing of statful computations
> is a popular topic in the Clojure world these days;
Yeah, it certainly seems to be that way. I was re-invigorated to work on
stateful-check after wa
Hi Carlo,
Thanks for sharing! I see that generative testing of statful computations
is a popular topic in the Clojure world these days; I think we've started
working on our libraries nearly the same day :)
https://github.com/jstepien/states
All the best,
Jan
--
You received this message beca
I've been working on a library for a little bit which I'm calling
stateful-check (at least for now). It's mainly my attempt to work
towards the sort of stateful testing that I first saw in John Hughes'
talk "Testing the Hard Stuff and Staying Sane"[1].
https://github.com/czan/stateful-check
ht