oslotest/oslotest
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
..
tests Using fixtures instead of deprecated mockpatch module 2017-07-12 23:47:58 +07:00
tools Restore missing module for pre-release test script 2015-02-20 12:47:00 -05:00
__init__.py Remove six.moves call 2015-01-15 11:24:07 +01:00
base.py Hack to get back stopall cleanup behavior feature 2016-02-17 06:54:22 -05:00
createfile.py Add CreateFileWithContent fixture 2015-06-12 19:15:18 +00:00
functional.py Add class to deal with clouds.yaml support 2015-05-14 20:43:32 -07:00
log.py Allow TRACE and integer logging levels for 'OS_DEBUG' 2015-07-27 17:58:30 -07:00
mockpatch.py Remove mockpatch re-implementations 2016-04-13 14:27:28 -05:00
modules.py A DisableModules fixture that removes modules from path 2016-07-06 15:48:24 +10:00
moxstubout.py Remove six.moves call 2015-01-15 11:24:07 +01:00
output.py Create CaptureOutput fixture 2015-06-12 14:35:28 +00:00
timeout.py Create Timeout wrapper fixture 2015-06-12 14:34:51 +00:00