summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-04-23 06:48:46 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-04-23 17:47:25 +0000
commit20e23f3e0dfb8853d39eedacd19f8c4f8a434fca (patch)
tree1be597b34b43a618994aebe3066100688059a322 /keystoneclient/tests/unit/v3
parent946e928b5285a4994c4ef365b43295bdd90c9961 (diff)
downloadpython-keystoneclient-20e23f3e0dfb8853d39eedacd19f8c4f8a434fca.tar.gz
Fix D400 PEP257 violation.
Currently tox ignores D400. D400: First line should end with a period. This change removes it and make keystoneclient docstrings compliant with it. Change-Id: I29ecb4c58bb03c0b9a3be0b7a74d18fb06a350f2
Diffstat (limited to 'keystoneclient/tests/unit/v3')
-rw-r--r--keystoneclient/tests/unit/v3/test_federation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/tests/unit/v3/test_federation.py b/keystoneclient/tests/unit/v3/test_federation.py
index bf6bca9..22ae509 100644
--- a/keystoneclient/tests/unit/v3/test_federation.py
+++ b/keystoneclient/tests/unit/v3/test_federation.py
@@ -166,7 +166,7 @@ class ProtocolTests(utils.ClientTestCase, utils.CrudTests):
self.assertEqual('/'.join([base_url, self.collection_key]), url)
def test_build_url_w_idp_id(self):
- """Test whether kwargs ``base_url`` discards object's base_url
+ """Test whether kwargs ``base_url`` discards object's base_url.
This test shows, that when ``base_url`` is specified in the
dict_args_in_out dictionary, values like ``identity_provider_id``
@@ -299,7 +299,7 @@ class ProtocolTests(utils.ClientTestCase, utils.CrudTests):
self.assertQueryStringContains(**filter_kwargs)
def test_update(self):
- """Test updating federation protocol
+ """Test updating federation protocol.
URL to be tested: PATCH /OS-FEDERATION/identity_providers/
$identity_provider/protocols/$protocol