anyone using lein test-refresh
?
I'm facing an odd scenario
I used to have a namespace foo.bar
but I've since removed the namespace and file
but lein test-refresh
still picks it up, and now it complains it's not on the classpath
oops lein clean fixes it
@roberto in case you're still interested, here's how I've implemented printing all failed tests by overriding report
: https://github.com/metametadata/byplay/blob/b4ffcedef1d041bef701cbb19f0fe57da03277f0/test/unit/reporter.clj#L90