python-mistralclient/mistralclient
Sharat Sharma 5ed35370b4 Replace request mocking in test_httpclient with requests-mock
Similar to the client functions replace the requests mocking in
test_httpclient file with calls to requests-mock. This means we
test the actual data on the wire instead of the exact calls to
requests so they can change in future.

Change-Id: Id65374e14e3b18dfed46f0c78a95ff10502ce785
2017-05-31 11:23:03 +00:00
..
api Fix region support in mistralclient 2017-03-22 15:21:01 +13:00
auth Change service type to workflowv2 2017-05-05 14:25:18 +03:00
commands Add a missing space to the help message for execution-create 2017-04-25 12:12:32 +00:00
osc Use session from OSC plugin 2017-03-20 17:19:22 +02:00
tests Replace request mocking in test_httpclient with requests-mock 2017-05-31 11:23:03 +00:00
__init__.py Correct the name that the client is installed as 2014-06-12 21:57:42 +10:00
exceptions.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00
i18n.py Remove log translations 2017-03-21 20:39:16 +08:00
shell.py Fix region support in mistralclient 2017-03-22 15:21:01 +13:00
utils.py Move json.loads() method to utils.py, and use "with" to deal with file objects 2016-11-30 12:04:31 +08:00