diff options
author | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-07-05 17:16:57 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-07-05 17:16:57 -0300 |
commit | 84c82e2e70eb92f8871f64b294f055c89c8be331 (patch) | |
tree | 388afd548cede8272168da10bc2544fb669fe316 /src/leap/crypto/tests/test_srpregister.py | |
parent | b7a323da8610e7722cad2353394f4843c5437ed3 (diff) | |
parent | ec64e0245c13b6fbc928989d9b412fec034cdcc8 (diff) |
Merge branch 'feature/srpauth_coverage' into develop
Diffstat (limited to 'src/leap/crypto/tests/test_srpregister.py')
-rw-r--r-- | src/leap/crypto/tests/test_srpregister.py | 5 |
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): |