Is there a way to report progress in situations like these:
(doseq [x large-coll]
(let [result (some-long-running-fn x)]
(expect (correct? result))))make them expect-its?
hmm no that's not quite right
how would you show progress if this was clojure.test?