Re: [openstack-dev] [Tempest] [qa] Which is the best way for skipping tests?

2013-12-05 Thread Brant Knudson
On Thu, Dec 5, 2013 at 6:52 AM, Sean Dague wrote: > On 12/04/2013 06:59 PM, Brant Knudson wrote: > > > > In Keystone, we've got some tests that "raise self.skipTest('...')" in > > the test class setUp() method (not setUpClass). My testing shows that if > > there's several tests in the class then

Re: [openstack-dev] [Tempest] [qa] Which is the best way for skipping tests?

2013-12-05 Thread Sean Dague
On 12/04/2013 06:59 PM, Brant Knudson wrote: > > In Keystone, we've got some tests that "raise self.skipTest('...')" in > the test class setUp() method (not setUpClass). My testing shows that if > there's several tests in the class then it shows all of those tests as > skipped (not just 1 skip). D