OpenStack library for serialization
Go to file
Thomas Goirand 166726d545 Fixes wrong folder for listing tests
oslo.serialization had ./tests in its .testr.conf instead of just .,
which as a result didn't run the tests inside ./oslo_serialization.
This is quite bad, because what's important right now is the new
tests in the non-namespace folder. This patch fixes this, and allow
to run all tests.

Change-Id: Ic8d7409b214864d6350c76fd6d86c430a7380e8c
2015-04-27 15:00:14 +02:00
doc/source Add pypi download + version badges 2015-04-07 18:16:48 -07:00
oslo Move files out of the namespace package 2015-01-05 15:40:06 -05:00
oslo_serialization Merge "More docstring cleanups/tweaks" 2015-04-17 19:10:54 +00:00
tests Merge "jsonutils: add set() tests and simplify recursive code" 2015-02-16 18:29:01 +00:00
tools Get unit tests passing 2014-07-14 21:36:11 +00:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.gitignore exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.gitreview exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.testr.conf Fixes wrong folder for listing tests 2015-04-27 15:00:14 +02:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
LICENSE exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
openstack-common.conf Use oslo libraries - i18n and utils 2014-08-21 07:46:08 -04:00
README.rst Add pypi download + version badges 2015-04-07 18:16:48 -07:00
requirements.txt Uncap library requirements for liberty 2015-04-16 18:08:08 +00:00
setup.cfg Cleanup README.rst and setup.cfg 2015-04-04 02:25:32 -04:00
setup.py Updated from global requirements 2014-08-24 17:14:30 +00:00
test-requirements.txt Uncap library requirements for liberty 2015-04-16 18:08:08 +00:00
tox.ini Activate pep8 check that _ is imported 2014-12-11 22:59:54 +00:00

oslo.serialization

Latest Version

Downloads

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as JSON and MessagePack.