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
30 lines
638 B
ReStructuredText
30 lines
638 B
ReStructuredText
==========
|
|
ironic-lib
|
|
==========
|
|
|
|
Team and repository tags
|
|
------------------------
|
|
|
|
.. image:: https://governance.openstack.org/tc/badges/ironic-lib.svg
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
|
|
|
Overview
|
|
--------
|
|
|
|
A common library to be used **exclusively** by projects under the `Ironic
|
|
governance <https://governance.openstack.org/tc/reference/projects/ironic.html>`_.
|
|
|
|
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
|
|
|