summaryrefslogtreecommitdiff
path: root/src/leap/crypto/tests/test_srpregister.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/crypto/tests/test_srpregister.py')
-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):