czan / stateful-check

Stateful generative testing in clojure
MIT License
117 stars 11 forks source link

Add support for clojure.test's "is" in postconditions #13

Closed r0man closed 1 year ago

r0man commented 1 year ago

Hi @czan,

first, thanks for this nice library. It is a really cool way of testing things. I saw you have this feature about using the clojure.test is form in post conditions in the development branch. This is something I was longing for and I was about to look into myself. Luckily you already seemed to have solved this issue. :)

What's the state of this? Is there a chance this could make it into a release?

Thanks, Roman.

czan commented 1 year ago

As far as I know, it's ready to release. There's no real reason why I haven't done so yet, except for laziness.

I'll put out a release within the next 24 hours.

r0man commented 1 year ago

Perfect, looking forward to it.

czan commented 1 year ago

I've now pushed a release for 0.4.3. You should be able to pull it from Clojars.

Thanks for the nudge!

r0man commented 1 year ago

Thank you. I will give it a try soon.