/openstack-common

Extraction of openstack-common from openstack-skelaton as a standalone module that can be installed.

Primary LanguagePython

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