osrf / capabilities

Implements the concept of capabilities as part of the robots-in-concert system.
Other
8 stars 26 forks source link

Nosetest dependency missing #10

Closed bit-pirate closed 10 years ago

bit-pirate commented 10 years ago

When trying to run the nosetest I got this:

$ nosetests --with-coverage --cover-package capabilities -s
nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module

Installing the python coverage package fixed it.

$ sudo apt-get install python-coverage
wjwwood commented 10 years ago

Updated to pull request