OpenStack test classes
Go to file
Jamie Lennox f3786742ed A DisableModules fixture that removes modules from path
This is a refactor of a fixture we use in keystonemiddleware for
removing modules from the python path.

Because of the way python works this typically means it only works on
modules that are imported inline or are reloaded manually.

Change-Id: Ib384e1910ca292fce81ccdd4ff857b64ee8d5a21
2016-07-06 15:48:24 +10:00
doc/source Fix misspelling 2016-02-04 02:14:14 +00:00
oslotest A DisableModules fixture that removes modules from path 2016-07-06 15:48:24 +10:00
tools always rebuild cross-test venv 2015-06-16 14:21:51 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-06 09:14:07 -04:00
.gitignore Add some gitignore files 2016-02-19 15:41:59 +09:00
.gitreview fix .gitreview after rename 2014-05-27 05:16:23 -07:00
.mailmap apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.testr.conf apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst clean up readme and doc title 2015-09-25 14:08:24 +00:00
requirements.txt Updated from global requirements 2016-06-03 18:18:22 +00:00
setup.cfg Remove Python 2.6 classifier 2015-11-17 15:35:11 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:22 +00:00
test-requirements.txt Updated from global requirements 2016-06-21 18:04:47 +00:00
tox.ini Remove python 2.6 and cleanup tox.ini 2015-11-16 00:54:40 +00:00

README.rst

oslotest -- OpenStack Testing Framework and Utilities

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.