python-novaclient/novaclient
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
..
tests Clean up requests-mock usage 2016-10-05 06:53:05 +11:00
v2 Merge "Fix incorrect output of "nova show" for long user data" 2016-09-27 22:27:14 +00:00
__init__.py Add support for v2.37 and auto-allocated networking 2016-08-19 21:32:52 -04:00
api_versions.py Cap image API deprecated methods at 2.35 2016-08-19 16:25:07 -04:00
auth_plugin.py [Trivial] change some functions in novaclient/utils.py to public 2016-04-27 20:13:45 +08:00
base.py Look up image names directly in glance 2016-08-12 16:00:56 -04:00
client.py Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-08-24 11:56:56 +05:30
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Handle error response for webob>=1.6.0 2016-03-18 19:22:03 -04:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Remove all imports from oslo namespace 2015-04-20 13:52:38 +03:00
service_catalog.py Enable check for E127 2014-10-23 14:28:50 +00:00
shell.py Fix 'UnicodeEncodeError' for unicode values 2016-08-30 15:30:16 +05:30
utils.py Fix 'UnicodeEncodeError' for unicode values 2016-08-30 15:30:16 +05:30