testing

Testing tools, testing philosophy & methodology...
jethroksy 2016-08-19T04:19:15.000073Z

anyone using lein test-refresh?

jethroksy 2016-08-19T04:19:40.000074Z

I'm facing an odd scenario

jethroksy 2016-08-19T04:20:31.000075Z

I used to have a namespace foo.bar

jethroksy 2016-08-19T04:20:39.000076Z

but I've since removed the namespace and file

jethroksy 2016-08-19T04:20:57.000077Z

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

jethroksy 2016-08-19T04:21:13.000078Z

oops lein clean fixes it

metametadata 2016-08-19T22:06:05.000079Z

@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

1👏