gfredericks / test.chuck

A utility library for test.check
Eclipse Public License 1.0
214 stars 26 forks source link

Support `testing` inside `checking` and make `checking` options optional #65

Closed frenchy64 closed 3 years ago

frenchy64 commented 3 years ago

Close https://github.com/gfredericks/test.chuck/issues/57

This PR adds support for nesting testing inside checking forms and makes the options argument to checking optional.

frenchy64 commented 3 years ago

I'll give it another look next week and confirm whether it's breaking. I was pretty happy with it when I wrote it.

frenchy64 commented 3 years ago

Nothing has come to mind that might be breaking. After another read, I'm pretty sure we're just (carefully) adding logging information. The try/finally in -report seems the most error prone, but I think it's ok. Does it make sense to you?

gfredericks commented 3 years ago

Thanks!

gfredericks commented 3 years ago

Released as 0.2.11; thanks again

frenchy64 commented 3 years ago

Thanks for the feedback!