[openstack-dev] [nova] please use testtools.TestCase
    Monty Taylor 
    mordred at inaugust.com
       
    Tue Dec 11 02:25:52 UTC 2012
    
    
  
Hey guys!
We've gotten nova ported to testtools and fixtures (it's not all 100%
pretty, but we've got it in there strongly)
This means that it's important that if you make any new test classes and
you don't subclass nova.test.TestCase, that you should subclass
testtools.TestCase and not unittest.TestCase (elsewise some things, like
log collection, be unhappy)
Thanks!
Monty
    
    
More information about the OpenStack-dev
mailing list