Fork me on GitHub
#testing
<
2016-08-19
>
jethroksy04:08:15

anyone using lein test-refresh?

jethroksy04:08:40

I'm facing an odd scenario

jethroksy04:08:31

I used to have a namespace foo.bar

jethroksy04:08:39

but I've since removed the namespace and file

jethroksy04:08:57

but lein test-refresh still picks it up, and now it complains it's not on the classpath

jethroksy04:08:13

oops lein clean fixes it

metametadata22:08:05

@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