Dmitry Tantsur 20720a8c0b Clean up test-requirements
Remove unused: discover, oslosphinx, sphinx, pylint, simplejson, mox3.

Add actually used mock.

Change-Id: I8c839a99b25e7ec4def4f1eb7d1aaff45c3f0381
2016-03-29 19:30:58 +02:00
2015-04-01 06:52:21 -07: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-30 14:05:41 +00:00
2015-09-17 12:12:30 +00:00
2015-02-26 04:15:08 -08:00
2015-10-01 06:07:29 +00:00

ironic_lib

Overview

A common library to be used by various projects in the Ironic ecosystem.

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
A python library of common ironic utilities.
Readme 7.8 MiB