Commit 5d52901d authored by Lucas Carvalho's avatar Lucas Carvalho

Improved docstring.

parent b0ccf7e6
...@@ -121,8 +121,8 @@ class TestNetworkcacheClient(LibNetworkCacheMixin): ...@@ -121,8 +121,8 @@ class TestNetworkcacheClient(LibNetworkCacheMixin):
def test_signature_creation_without_private_key_file(self): def test_signature_creation_without_private_key_file(self):
""" """
Without the private key file, it is not possible to create the Without the private key file, it is not possible to create the
signature so it must signature so it must return an empty string.
""" """
self.assertEquals('', self.nc._getSignatureString()) self.assertEquals('', self.nc._getSignatureString())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment