]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_gost3410.py
Unify docstring's leading space presence
[pygost.git] / pygost / test_gost3410.py
index ecbacf6fefc9efcf672c1e1bee2d4f93be3c8eb9..f95c47b9b5cb859f466c460632a1dae6bf2100ac 100644 (file)
@@ -32,7 +32,7 @@ from pygost.utils import long2bytes
 
 class Test341001(TestCase):
     def test_rfc(self):
-        """ Test vector from :rfc:`5832`
+        """Test vector from :rfc:`5832`
         """
         prv = bytes(bytearray((
             0x7A, 0x92, 0x9A, 0xDE, 0x78, 0x9B, 0xB9, 0xBE,
@@ -122,7 +122,7 @@ class Test34102012(TestCase):
         self.assertSequenceEqual(hexenc(signature), s + r)
 
     def test_gcl3(self):
-        """ Test vector from libgcl3
+        """Test vector from libgcl3
         """
         p = bytes2long(bytes(bytearray((
             0x45, 0x31, 0xAC, 0xD1, 0xFE, 0x00, 0x23, 0xC7,