Go to file
Luong Anh Tuan 8429c01ce9 Using assertIsNone() is preferred over assertEqual()
Following OpenStack Style Guidelines:
http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

[H203] Unit test assertions tend to give better messages for more specific assertions.
As a result, assertIsNone(...) is preferred over assertEqual(None, ...)

Change-Id: Id34fb0851d698ed9c1c77cbb230f32aa21678c4e
2016-08-30 05:38:57 +00:00
2016-08-19 08:14:55 -04:00
2016-06-13 17:47:11 +08:00
2015-03-27 10:01:11 +01:00
2015-02-26 04:15:08 -08:00
2015-02-26 04:15:08 -08:00
2015-09-17 12:12:30 +00:00
2015-02-26 04:15:08 -08:00

ironic_lib

Overview

A common library to be used exclusively by projects under the Ironic governance.

Running Tests

To run tests in virtualenvs (preferred):

sudo pip install tox
tox

To run tests in the current environment:

sudo pip install -r requirements.txt
nosetests
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.9 MiB