You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Common code for Openstack Projects.
To run tests in virtualenvs (preferred):
sudo pip install tox
tox
To run tests in the current environment:
sudo pip install -r tools/pip-requires
nosetests
About
Extraction of openstack-common from openstack-skelaton as a standalone module that can be installed.