This website requires JavaScript.
Explore
Get Started
openstack
/
python-designateclient
Code
Issues
Proposed changes
Files
b8ed15c568519081dfea321b0e28845c06148a27
python-designateclient
/
designateclient
/
tests
History
Jenkins
b8ed15c568
Merge "Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'"
2017-02-01 11:53:47 +00:00
..
test_v1
Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
2016-09-28 13:51:43 +07:00
v2
Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
2016-11-18 10:14:54 +08: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
Removes unnecessary utf-8 encoding
2016-12-22 09:45:09 +07:00
test_exceptions.py
Makes error msg more helpful
2015-09-24 12:26:59 +00:00
test_utils.py
Add some missing Unit Tests to test_utils.py
2015-07-27 14:25:14 +09:00