marick / Midje

Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
MIT License
1.68k stars 128 forks source link

Update error handling to deal with Clojure 1.10 exception improvements #489

Closed NoahTheDuke closed 8 months ago

NoahTheDuke commented 9 months ago

Includes the str -> my-fn change I mentioned in #488, which still fails but fails more intelligently.

Without CI checking stuff, it's hard to say this is good to go. Might I suggestion Github actions?

philomates commented 8 months ago

ah found a way to resolve the conflict without having to figure out how to push to your branch locally. and regarding CI, I guess it was setup to use travis which no longer is around. I can try to get github actions rolling

NoahTheDuke commented 8 months ago

Thank you for looking into this!