testing

mauricio.szabo 2022-12-20T04:13:04.324369Z

SpeclJ seems to not be that maintained anymore. I would suggest to migrate to clojure.test. I was an avid user of both SpeclJ and Midje, but the lack of integration with the existing clojure.test makes everything harder...

Eric Uitbeijerse 2022-12-20T11:13:42.441839Z

Thx, I'm already using clojure.test but wanted to try Speclj as it seems somewhat cleaner and Uncle Bob is using it for his advent of code activities so that sparked my interest.