
Also adding some more useful info on tox and link to its official docs. Change-Id: I13f2ba79c5f1df55e5926f00046a647f09bfbe4b
ironic-lib
Team and repository tags
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 -r test-requirements.txt
$ stestr run
Description