summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-07-04 18:22:03 -0300
committerTomás Touceda <chiiph@leap.se>2013-07-05 16:11:14 -0300
commit213999440917f78d9d5931251cddcaa04493f72a (patch)
tree832c0d31f2ea79428993439ba625f7c798de942e /src
parent4480361f2fbdd293840f4eb1942c3edab2ff40c0 (diff)
Fix comments in srpregister test
Diffstat (limited to 'src')
-rw-r--r--src/leap/crypto/tests/test_srpregister.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/leap/crypto/tests/test_srpregister.py b/src/leap/crypto/tests/test_srpregister.py
index 6d2b52e8..66b815f2 100644
--- a/src/leap/crypto/tests/test_srpregister.py
+++ b/src/leap/crypto/tests/test_srpregister.py
@@ -17,7 +17,6 @@
"""
Tests for:
* leap/crypto/srpregister.py
- * leap/crypto/srpauth.py
"""
try:
import unittest2 as unittest
@@ -53,9 +52,9 @@ class ImproperlyConfiguredError(Exception):
class SRPTestCase(unittest.TestCase):
"""
- Tests for the SRP Register and Auth classes
+ Tests for the SRPRegister class
"""
- __name__ = "SRPRegister and SRPAuth tests"
+ __name__ = "SRPRegister tests"
@classmethod
def setUpClass(cls):