OpenStack library for serialization
166726d545
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 |
||
---|---|---|
doc/source | ||
oslo | ||
oslo_serialization | ||
tests | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
oslo.serialization
The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as JSON and MessagePack.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.serialization
- Source: http://git.openstack.org/cgit/openstack/oslo.serialization
- Bugs: http://bugs.launchpad.net/oslo.serialization