Comment 1 for bug 1181996

Revision history for this message
John Griffith (john-griffith) wrote :

While we're working on moving to testr and getting this fixed you can run individual tests directly with nosetests:
    nosetests --tests ./cinder/tests/test_my_test.py

and you can use pdb by adding:
    --pdb --nocapture