Re: [ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-12-08 Thread Jan Stępień
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

Re: [ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-12-02 Thread Carlo Zancanaro
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

Re: [ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-11-29 Thread tcrayford
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

Re: [ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-11-29 Thread Ashton Kemerling
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

Re: [ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-11-28 Thread Carlo Zancanaro
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

Re: [ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-11-28 Thread Jan Stępień
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

[ANN] stateful-check 0.1.0 - test stateful systems with test.check

2014-11-27 Thread Carlo Zancanaro
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