openstacksdk/openstack/tests/examples
Monty Taylor a25f8f3518
Migrate to testtools for functional tests
The standard in OpenStack is to use testtools not unittest. Use the base
test class which is based on testtools. This class also sets up loggers
appropriately.

unittest has an assertEqual method that is more appropriate.
Replace use of equal comparisons to None with assertIsNone.
Replace use of setUpClass and tearDownClass with setUp and tearDown.

Change-Id: Ie0f47dc7c0905164030953ba2d2633bd095782ca
2017-11-15 09:04:00 -06:00
..
__init__.py The Compute User Guide 2015-10-01 21:50:49 -05:00
test_compute.py Migrate to testtools for functional tests 2017-11-15 09:04:00 -06:00
test_identity.py Migrate to testtools for functional tests 2017-11-15 09:04:00 -06:00
test_image.py Migrate to testtools for functional tests 2017-11-15 09:04:00 -06:00
test_network.py Migrate to testtools for functional tests 2017-11-15 09:04:00 -06:00