tempest/tempest/tests/lib
Sean McGinnis eed8074e64 Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: If1de2f48da1fd6ed3f96c98b8dce9eace4f8095d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-17 17:22:58 +00:00
..
cli Use unittest.mock instead of third party mock 2020-05-17 17:22:58 +00:00
common Use unittest.mock instead of third party mock 2020-05-17 17:22:58 +00:00
services Use unittest.mock instead of third party mock 2020-05-17 17:22:58 +00:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
fake_auth_provider.py Remove tests/fake_auth_provider 2016-09-12 23:32:42 +09:00
fake_credentials.py Introduce scope in the auth API 2016-05-24 14:11:14 +00:00
fake_http.py Swift object client: use urllib3 builtin support for chunked transfer 2016-05-25 16:51:31 +02:00
fake_identity.py Fix the logging of request body credentials 2019-10-02 23:11:04 +00:00
test_api_microversion_fixture.py Add APIMicroversionFixture to library interface 2019-04-16 02:01:12 +00:00
test_auth.py Using fixtures instead of deprecated mockpatch module 2017-05-11 14:17:17 +07:00
test_base.py Add workaround to handle the testtool skip exception in CLI test 2019-10-12 01:40:29 +00:00
test_credentials.py Removes explicit looping over dict .keys() method 2016-07-11 16:45:22 +02:00
test_decorators.py Use unittest.mock instead of third party mock 2020-05-17 17:22:58 +00:00
test_ssh.py Use unittest.mock instead of third party mock 2020-05-17 17:22:58 +00:00
test_tempest_lib.py Removes unnecessary utf-8 encoding 2017-01-04 09:12:29 +07:00