On Wed, 2012-03-28 at 17:07 +0800, Yong Sheng Gong wrote: > http://tox.testrun.org/latest/ > What is Tox? > Tox as is a generic virtualenv management and test command line tool > you can use for: > > * checking your package installs correctly with different Python > versions and interpreters > * running your tests in each of the environments, configuring > your test tool of choice > * acting as a frontend to Continuous Integration servers, > greatly reducing boilerplate and merging CI and shell-based > testing. > I think we should have a "runtests.py -N" framework just like other > openstack projects. >
Just run nosetests directly. Nova's style of subclassing the TestRunner causes many issues that get masked and all projects are moving away from it to using tox + nose + openstack.nose_plugin for colorized output. Happy Hacking! 7-11 -- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp