OpenStack test classes
Go to file
Doug Hellmann 936a99dce0 move unit tests into the oslotest package
Move the tests directory into the package to be consistent with the way
we handle other libraries.

Change-Id: I9527242fe1d6aa0f7177309b05d8d1f5c8ccd396
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-02-18 12:44:16 +00:00
doc/source Add documentation about using oslo_debug_helper 2015-09-25 14:08:24 +00:00
oslotest move unit tests into the oslotest package 2016-02-18 12:44:16 +00: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 Fix coverage configuration and execution 2015-10-06 09:14:07 -04: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-01-23 10:53:03 +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-02-17 18:39:21 +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.