glance/glance/tests/functional
Charles Short 8954959817 Introduce ''mock_object'' method to base test class
We would like to fully remove mox from the test tree. Even for tests
that don't use mox's validation, many of them are using the symbol
patching with self.stubs.Set. We can do the same thing with the
monkeypatch fixture instead.

This introduces self.stub_out to nova/test.py and an example of what a
stubs => stub_out change would look like.

The teardown function in the converted test was removed at the same
time, as those should no longer be used.

Part of the mox community goal for Rocky.

Change-Id: I8f471ff8fee600ebb4e8907bf240007b7b4fe59f
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-08-09 12:40:12 -04:00
..
db Introduce ''mock_object'' method to base test class 2018-08-09 12:40:12 -04:00
serial Remove Images API v1 entry points 2018-07-13 10:21:49 +01:00
v2 Unit/Functional tests for multi store support 2018-08-01 08:57:56 +00:00
__init__.py Unit/Functional tests for multi store support 2018-08-01 08:57:56 +00:00
ft_utils.py Add time-bounded wait-for-status to func tests 2018-05-03 15:28:01 +00:00
store_utils.py Fix and enable remaining v1 tests on py35. 2017-03-22 23:02:16 +00:00
test_api.py Bump Imges API version to 2.7 2018-08-01 19:42:11 +01:00
test_cache_middleware.py Remove Images API v1 entry points 2018-07-13 10:21:49 +01:00
test_client_exceptions.py Extracted HTTP response codes to constants in tests 2016-10-06 15:17:06 +00:00
test_client_redirects.py Python3: fix test_client_redirects.py 2016-12-01 17:42:12 +01:00
test_cors_middleware.py Remove Images API v1 entry points 2018-07-13 10:21:49 +01:00
test_glance_manage.py Convert to string before using assertIn 2018-06-04 16:34:29 -04:00
test_gzip_middleware.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_healthcheck_middleware.py Python3: fix logs/glance.tests.functional.test_healthcheck_middleware 2016-12-01 17:43:22 +01:00
test_logging.py Fixed PY35 Jenkins Gate warnings 2017-05-27 09:02:31 +00:00
test_reload.py Add glance-eventlet-ssl-handshake-broken-py35 job 2018-06-05 22:32:28 -04:00
test_sqlite.py Rationalize test asserts 2015-07-09 13:48:49 +00:00
test_ssl.py Add glance-eventlet-ssl-handshake-broken-py35 job 2018-06-05 22:32:28 -04:00
test_wsgi.py Clean up py35 env in tox.ini. 2017-05-09 22:54:59 +00:00