Go to file
Nataliia Uvarova 27755cd417 Enable test_strutils for Python 3
common.strutils is compatible with Python 3, and thus test_strutils can
be enabled. Also in test_strutils there was implicit  assumption, that
sys.stdin.encoding is either utf-8 or ascii, so symbols such as \x80 are
undecodable. If it happens not to be true, tests are failing.

Change-Id: I0e2decd8d4ad58c999b8ecbab2c5e921dc8b1df8
2014-06-24 10:29:51 +03:00
2014-02-14 14:35:39 +01:00
2014-06-24 10:29:51 +03:00
2014-06-20 23:29:23 +02:00
2013-02-06 16:47:06 +02:00
2014-05-07 12:12:00 -07:00
2014-04-07 14:56:04 +10:00
2013-12-02 11:57:19 +00:00
2014-06-16 10:44:06 +03:00
2013-08-13 18:06:11 +03:00
2014-05-09 02:28:23 +00:00
2013-06-20 20:44:43 -04:00
2014-06-24 10:29:51 +03:00
2013-12-30 13:00:22 +08:00

The Oslo Incubator

The Oslo program produces a set of python libraries containing infrastructure code shared by OpenStack projects. The APIs provided by these libraries should be high quality, stable, consistent and generally useful.

The process of developing a new Oslo API usually begins by taking code which is common to some OpenStack projects and moving it into this repository. Incubation shouldn't be seen as a long term option for any API - it is merely a stepping stone to inclusion into a published Oslo library.

For more information, see our wiki page:

https://wiki.openstack.org/wiki/Oslo

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

To run tests using MySQL or PostgreSQL as a DB backend do:

OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://user:password@host/database tox -e py27

Note, that your DB user must have permissions to create and drop databases.

Description
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.
Readme 34 MiB