Fork me on GitHub
#testing
<
2016-03-27
>
bruceadams18:03:26

I’m not sure this is exactly a testing topic. I recently started using https://github.com/jonase/eastwood on some of my code. I was very impressed. It did find some real issues (mostly in tests, those tests weren’t doing what I intended). So: eastwood awesome! My trouble comes from a bunch of issues that eastwood found, but aren’t really in my code. It turns out that eastwood and https://github.com/scgilardi/slingshot (which I use) don’t play well together.

bruceadams18:03:07

This https://github.com/scgilardi/slingshot/pull/55 does fix the problem, but it remains un-merged (and, therefore, unreleased).

bruceadams18:03:44

I’d like to be able to run eastwood on Travis and fail my build if eastwood finds any issues. But, since I use slingshot’s (try+ …), eastwood always finds things to complain about.