-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
This makes the unit tests self contained.
I updated the travis settings to only test current versions of Python which should fix the setup issues in CI, but several of the matrix entries just have failing tests. |
Looks like your update hid the test output and made Travis green :). For comparison, this is the corresponding Debian build log with the change and test output: https://buildd.debian.org/status/fetch.php?pkg=ros-wstool&arch=all&ver=0.1.13-3&stamp=1500371291&raw=0. It's running |
Good catch, it looks like coverage is not installed for some reason. It's really bad behavior that it shows all tests passing because it couldn't import coverage.
I don't think we need to do that. |
Hmm, it seems like |
Ok, sorry, I got the tests running again (the test layout was confusing nosetest). I couldn't use your suggested invocation @jspricke because it doesn't do the coverage stuff I think. Now that the tests are running again, it is failing with the no author issue. Can you have another look? |
@wjwwood thanks for fixing Travis. This should be fine now. |
@jspricke thank you for iterating on it! |
This makes the unit tests self contained.