6bdb0f149d
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
638 B
638 B
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