This website requires JavaScript.
Explore
Get Started
openstack
/
python-novaclient
Code
Issues
Proposed changes
ac2ed549e5
Branches
Tags
View all branches
python-novaclient
/
tests
/
utils.py
6 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Update unittests to be Python 2.6 compatible. Fixes bug 980504 by introducing unittest2 module into novaclient. Change-Id: I613665eb174598a162795cec737078f960adc4cf
2012-04-13 01:15:14 -04:00
import
unittest2
Tests working again...merged in some work we did earlier.
2011-08-03 17:41:33 -04:00
Update unittests to be Python 2.6 compatible. Fixes bug 980504 by introducing unittest2 module into novaclient. Change-Id: I613665eb174598a162795cec737078f960adc4cf
2012-04-13 01:15:14 -04:00
class
TestCase
(
unittest2
.
TestCase
)
:
Tests working again...merged in some work we did earlier.
2011-08-03 17:41:33 -04:00
pass
Copy Permalink