Stefan Oestreicher

Results 14 comments of Stefan Oestreicher

That's very cool, thanks! Would be great if you could submit a PR with the changes 🙏

That devtool warning I mentioned in #12 seems to be a local problem, it works fine on another system. So I think this can be merged but as it is...

cool, thanks a lot for all your work. I'll check it out as soon as I have some time (probably tomorrow).

It would be great to have this. It is not trivial to implement though (see https://github.com/clojure/test.check/blob/000000076395383d824ec8a468a88ee2baa6f121/src/main/clojure/clojure/test/check/generators.cljc#L690).

Thanks for the feedback. I was not aware of this behavior. It's a good question and should be investigated.

Hi! Thanks for your interest in the project. It should definitely be possible to support other operating system and it would be a great addition to the project. I don't...

I'd love to have this, but in my experiments with PHPUnit integration it seemed to run all the data providers up front before executing any tests, so startup became very...

Yeah, I'd really like to have some structured way of organizing properties and tests and running whole suites of them. My first idea was of course to integrate with PHPUnit....

Not with regards to PHPUnit integration. I did some prototyping for a standalone test runner but I've been busy with other things so nothing to show yet.

inspectState would be really cool to have. I'm not sure about inspectProps though, because the way it works now props should either come from the state parameter that is passed...