Update imports to wstools in some more places.#91
Conversation
Update imports to wstools in some more places.
|
Thanks for the updates. I'll get it released soon. |
|
np. AFAICT all tests pass, but they did so even with the incorrect import statements. Is that supposed to happen? |
|
The unit tests cover the source quite well, but all these patches were actually in the minimal wrapper scripts which can only be tested by actually running the scripts. So to get coverage of the scripts we need to have a test which subprocess calls the scripts. I'm looking at how to make sure to get all the paths right and make that robust. |
|
Thanks for cleaning up after me. The tests cover all of The standard way of writing unit tests is to make the other tests proper On Thu, Dec 19, 2013 at 9:41 AM, G.A. vd. Hoorn notifications@github.comwrote:
|
I haven't touched the documentation, which refers to things in
rosinstallthat seem to be inwstoolnow in some places.