python-novaclient/novaclient/tests/unit
Jamie Lennox e88afc046b Clean up requests-mock usage
In line with other clients testing we've found that having the
requests-mock fixture at self.requests can be misleading for new people
as it looks like you're calling requests itself.

Also make use of some of the new features of requests-mock like query
parsing, json handling, method names.

Change-Id: Id61b88c53478d49f91c3f880ed5b90d638051ba0
2016-10-05 06:53:05 +11:00
..
fixture_data Clean up requests-mock usage 2016-10-05 06:53:05 +11:00
v2 Clean up requests-mock usage 2016-10-05 06:53:05 +11:00
__init__.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
fake_actions_module.py Use novaclient/utils directly and remove openstack/common (1/4) 2016-03-03 01:23:34 +00:00
fakes.py Look up image names directly in glance 2016-08-12 16:00:56 -04:00
idfake.pem Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_api_versions.py Deprecate all the nova-network functions in the python API 2016-08-19 09:41:03 -07:00
test_auth_plugins.py Test: Clean v2 client userwarning 2016-01-12 12:05:50 +08:00
test_base.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
test_client.py Replace requests mocking with requests-mock 2016-10-05 06:53:05 +11:00
test_discover.py Make _discover_extensions public 2015-05-06 14:10:59 +08:00
test_exceptions.py Handle error response for webob>=1.6.0 2016-03-18 19:22:03 -04:00
test_http.py Log request_id for each api call 2016-06-08 00:10:55 +00:00
test_service_catalog.py Remove deprecated volume(snapshot) commands/bindings 2016-04-03 14:05:05 -04:00
test_shell.py Clean up deprecated CLI options 2016-07-04 11:37:12 +08:00
test_utils.py Modify flatten method to display an empty dict 2016-08-05 02:15:14 +09:00
utils.py Clean up requests-mock usage 2016-10-05 06:53:05 +11:00