18 lines
231 B
ReStructuredText
18 lines
231 B
ReStructuredText
----------
|
|
ironic_lib
|
|
----------
|
|
|
|
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
|
|
|