OpenStack test classes
Go to file
Luong Anh Tuan 08bdc31572 Using fixtures instead of deprecated mockpatch module
This module mockpatch of oslotest[1] is deprecated since version 1.13
and may be removed in version 2.0. Use fixtures.Mock* classes instead[2]

[1]OpenStack Testing Framework and Utilities
[2]https://docs.openstack.org/oslotest/latest/api/oslotest.mockpatch.html#module-oslotest.mockpatch

Change-Id: I21306034427447221d2a27f5ed52a0f1fdb6a95e
2017-07-12 23:47:58 +07:00
doc/source Merge "Trivial fix style in document" 2017-07-04 10:46:23 +00:00
oslotest Using fixtures instead of deprecated mockpatch module 2017-07-12 23:47:58 +07:00
releasenotes Switch from oslosphinx to openstackdocstheme 2017-06-30 10:49:51 +07:00
tools Add Constraints support 2016-12-20 14:37:57 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-06 09:14:07 -04:00
.gitignore Add reno for release notes management 2016-11-03 15:08:00 +08: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 Show team and repo badges on README 2016-11-25 15:24:53 +01:00
requirements.txt Updated from global requirements 2017-05-01 13:39:41 +00:00
setup.cfg Remove pbr warnerrors in favor of sphinx check 2017-06-12 08:48:43 +07:00
setup.py Updated from global requirements 2017-03-02 11:53:58 +00:00
test-requirements.txt Switch from oslosphinx to openstackdocstheme 2017-06-30 10:49:51 +07:00
tox.ini Remove support for py34 2017-03-09 05:52:01 +00:00

Team and repository tags

image

oslotest -- OpenStack Testing Framework and Utilities

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