RETIRED, Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
Go to file
Dan Prince c986a17be9 Skip argparse when injecting requirements.
Also adds some unit tests parse_requirements.

Change-Id: I3d8625d4627c7933d73059a63f96e19f8d9647ab
2012-06-20 12:43:32 -04:00
etc Merge commit '99b2c6c202b1ec450e5f7bc1c4080f8c36773376' 2011-11-01 13:26:51 -05:00
openstack Skip argparse when injecting requirements. 2012-06-20 12:43:32 -04:00
tests Skip argparse when injecting requirements. 2012-06-20 12:43:32 -04:00
tools Merge "Add rpc to openstack-common." 2012-06-07 14:26:32 +00:00
.gitignore Updated tox config for multi-python testing. 2012-02-06 08:06:12 -08:00
.gitreview Added .gitreview file. 2012-01-06 10:12:58 -08:00
HACKING.rst Fix ordering in HACKING.rst 2012-04-26 15:13:55 -07:00
MANIFEST.in Updated tox config for multi-python testing. 2012-02-06 08:06:12 -08:00
README Updated README with instructions. 2012-01-06 10:19:25 -08:00
setup.cfg Updated tox config for multi-python testing. 2012-02-06 08:06:12 -08:00
setup.py Update common code to support pep 1.3. 2012-06-18 01:15:09 -04:00
tox.ini Run pep8 on tests. 2012-05-16 11:34:29 -04:00
update.py Get update.py to be able to copy rpc. 2012-06-11 11:25:26 -04:00

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