python-tatuclient/designateclient/tests
Jens Harbott 5b502b9f78 Make remote error handling more robust
When a RemoteError is created, it is passed the complete content of the
json response from the server. Thus is can happen that it contains
unexpected entries, we should just ignore them.

Change-Id: I2155d1d44432884f19ef926c02b9d0f99ade57d9
Closes-Bug: 1714460
2017-09-01 10:45:10 +00:00
..
test_v1 Replace 'assertTrue(a in b)' with 'assertIn(a, b)' 2016-09-28 13:51:43 +07:00
v2 Add tsig key support to python-designateclient 2017-07-07 14:16:30 +02:00
__init__.py Enable hacking check H104 2014-07-16 19:25:04 +02:00
base.py Removes unnecessary utf-8 encoding 2016-12-22 09:45:09 +07:00
test_designateclient.py Set client module __version__ 2017-02-06 15:44:00 +08:00
test_exceptions.py Make remote error handling more robust 2017-09-01 10:45:10 +00:00
test_utils.py Add some missing Unit Tests to test_utils.py 2015-07-27 14:25:14 +09:00