oslotest/oslotest
Ben Nemec 9e46577ab8 Stop testing mock functionality
There's no particular reason for us to be verifying mock's behavior.
They have their own unit tests for doing that.

This is specifically a problem right now because mock changed its
behavior in 3.0.0 and broke this test: "Issue #36366: Calling stop()
on an unstarted or stopped unittest.mock.patch() object will now
return None instead of raising RuntimeError, making the method
idempotent."

Change-Id: I57db9bad15cab343e152615e115e2ba3ac4d87fe
Closes-Bug: 1830429
(cherry picked from commit f8f6b14088)
2019-07-24 13:37:23 +00:00
..
tests Stop testing mock functionality 2019-07-24 13:37:23 +00: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 Add DEFAULT_TIMEOUT and TIMEOUT_SCALING_FACTOR 2018-09-23 08:29:01 -05:00
createfile.py Add CreateFileWithContent fixture 2015-06-12 19:15:18 +00:00
functional.py Deprecate oslotest.functional 2017-08-21 12:01:40 +02:00
log.py Allow TRACE and integer logging levels for 'OS_DEBUG' 2015-07-27 17:58:30 -07:00
mock_fixture.py Merge "mock: Perform patch's autospec checks on __enter__" 2018-05-18 15:44:56 +00:00
modules.py A DisableModules fixture that removes modules from path 2016-07-06 15:48:24 +10:00
moxstubout.py Deprecate MoxStubout class 2018-05-14 19:37:55 +00:00
output.py make the CaptureOutput fixture easier to control 2018-03-19 16:35:17 -04:00
timeout.py Fix nits in timeout change 2018-09-24 20:12:08 +00:00