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 Smith 09b341db79 Make time comparison functions accept strings
This patch makes is_older_than() and is_newer_than() accept
timestamps in string format, as returned from strtime().

Change-Id: I1dbf453cc08bd8aaeb4fee2491a1e8aa74f8bee3
2013-01-04 06:33:23 -08:00
bin Move rootwrap code to openstack.common 2012-12-20 10:06:05 +01:00
doc/source updating sphinx documentation 2012-11-18 18:19:50 -08:00
etc Move rootwrap code to openstack.common 2012-12-20 10:06:05 +01:00
openstack Make time comparison functions accept strings 2013-01-04 06:33:23 -08:00
pypi Add setup.py for registering namespace package 2012-10-30 15:16:30 -04:00
tests Make time comparison functions accept strings 2013-01-04 06:33:23 -08:00
tools Replace try: import with extras.try_import 2012-11-28 17:04:28 +00:00
.gitignore updating sphinx documentation 2012-11-18 18:19:50 -08:00
.gitreview Correcting openstack-common mv to oslo-incubator. 2012-11-11 23:44:12 +00:00
.mailmap Use pep8 v1.3.3 2012-09-13 06:07:49 +08:00
HACKING.rst Fix ordering in HACKING.rst 2012-04-26 15:13:55 -07:00
MANIFEST.in Fix up openstack-common build. 2012-07-02 17:19:06 -04:00
README Updated README with instructions. 2012-01-06 10:19:25 -08:00
setup.cfg Fix up openstack-common build. 2012-07-02 17:19:06 -04:00
setup.py fix bug lp:1019348,update openstack-common to support pep8 1.3. 2012-07-18 11:40:09 +08:00
tox.ini Make project pyflakes clean. 2012-11-28 17:05:36 +00:00
update.py Fixes update.py issue with EOL style on Windows 2012-12-01 22:22:36 +02:00
update.sh Add update.sh to avoid import conflicts 2012-06-29 18:25:52 +01: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