> I've included a cover-package option in my setup.cfg, but when I run > 'setup.py nosetests' followed by 'coverage -r', I get stats for all > the imported modules.
I just do the following to run individual tests: setup.py nosetests --tests=PROJECT_NAME.tests.TEST_MODULE_ROOT --cover- package=PROJECT_NAME.MODULE_ROOT Give that a try and see how it works. -Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
