testing

Testing tools, testing philosophy & methodology...
ricardo 2015-08-21T06:22:20.000140Z

sdegutis: Hard to know in the abstract. If you’re not changing the testing syntax, couldn’t you just build this on top of clojure.test?

malcolmsparks 2015-08-21T13:07:34.000141Z

@sdegutis I think you could get quite far with a boot task - boot already allows you to compose in the watch service, so you'd have less to do. boot also does the nice terminal coloring. I'd be more likely to use it if it were just a boot task using clojure.test, than a whole new test framework

👍 1