OpenStack test classes
Go to file
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
doc/source Replace openstack.org git:// URLs with https:// 2019-03-24 20:35:33 +00:00
oslotest Stop testing mock functionality 2019-07-24 13:37:23 +00:00
releasenotes Fix nits in timeout change 2018-09-24 20:12:08 +00:00
tools Avoid tox_install.sh for constraints support 2017-12-01 09:54:17 +01:00
.coveragerc Fix coverage configuration and execution 2015-10-06 09:14:07 -04:00
.gitignore Switch to using stestr 2018-06-14 18:51:15 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:08 +00:00
.mailmap apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.stestr.conf Switch to using stestr 2018-06-14 18:51:15 +00:00
.zuul.yaml Change python3.5 job to python3.7 job on Stein+ 2019-02-14 10:29:34 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst Title underline too long 2018-11-07 08:56:32 +00:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Add release note link in README 2018-06-28 00:30:48 +08:00
lower-constraints.txt Switch to using stestr 2018-06-14 18:51:15 +00:00
requirements.txt Fix requirements check ci in oslotest 2018-08-22 17:27:50 +08:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 19:14:07 +08:00
setup.py Updated from global requirements 2017-03-02 11:53:58 +00:00
test-requirements.txt Update hacking version 2018-12-28 22:52:17 +08:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/stein 2019-03-18 14:47:59 +00:00

README.rst

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.