RETIRED, further work has moved to Debian project infrastructure
Go to file
Sean Dague 1c4757a9fb ensure we reset contexts when fixture is used
Previously using the ClearRequestContext fixture only reset contexts
on fixture teardown. If *all* tests in a test suite use this fixture,
this is fine. However if any tests do not, it means you might start
with a carry over context from previous tests.

Using this fixture means you really wanted a clean slate, so fix it so
that you get a clean state when you get started as well as when you
finish.

Change-Id: I5e6f7bc2866fe66f269c7d5e1f36c711151489c2
Closes-Bug: #1428728
2015-03-05 12:12:27 -05:00
doc/source Documentation cleanup 2014-11-19 12:05:17 -05:00
oslo_context ensure we reset contexts when fixture is used 2015-03-05 12:12:27 -05:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.gitignore exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.gitreview exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.mailmap exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.testr.conf Move out of the oslo namespace package 2014-11-14 13:52:32 -05:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
LICENSE exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
openstack-common.conf exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
README.rst Better information in the README 2014-11-19 13:24:27 +00:00
requirements.txt fix links and requirements to latest versions 2014-11-05 15:28:13 +01:00
setup.cfg Move out of the oslo namespace package 2014-11-14 13:52:32 -05:00
setup.py exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
test-requirements.txt fix links and requirements to latest versions 2014-11-05 15:28:13 +01:00
tox.ini Activate pep8 check that _ is imported 2014-12-11 22:52:12 +00:00

Oslo Context Library

The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.