ironic-lib/README.rst
Dmitry Tantsur 6bdb0f149d Correct headings in README.rst
Currently it's titled "Team and repository tags", which is obviously
not the project name. Also the top-level title is duplicated twice.

Also correct the information on running tests (I'm not even sure where
it came from).

Change-Id: I581733a648aae6bfbe873262853cacb485f7de63
2018-09-27 13:57:58 +02:00

638 B

ironic-lib

Team and repository tags

image

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