← Back to team overview

openstack team mailing list archive

Re: how to run selected tests

 

nova/testing/runner.py has a few suggestions in the header comments.

e.g.

To run a single test module:
    python nova/testing/runner.py test_compute


On 29 February 2012 20:42, Yun Mao <yunmao@xxxxxxxxx> wrote:
> Greetings,
>
> What's the most convenient way to run a subset of the existing tests?
> By default run_tests.sh tests everything. For example, I'd like to run
> everything in test_scheduler plus test_notify.py, what's the best way
> to do that? Thanks,
>
> Yun
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


References