summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-08 10:53:08 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-08 10:53:44 -0400
commit17e412eb7c249a4cc536e70deebd3d889e07e252 (patch)
tree85ad20ea45f1119d782c88f912bf14e7eb44557c /tests/test_gssapi.py
parent489a3f76a2bc605374483fcdc835e77d92eda216 (diff)
Clean up shitty old test names of form test_[9-0A-Z]+_.*
Diffstat (limited to 'tests/test_gssapi.py')
-rw-r--r--tests/test_gssapi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py
index 3e8c39e8..22361958 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -37,7 +37,7 @@ class GSSAPITest(unittest.TestCase):
self.targ_name = "hostname"
self.server_mode = False
- def test_1_pyasn1(self):
+ def test_pyasn1(self):
"""
Test the used methods of pyasn1.
"""
@@ -48,7 +48,7 @@ class GSSAPITest(unittest.TestCase):
mech, __ = decoder.decode(oid)
self.assertEquals(self.krb5_mech, mech.__str__())
- def test_2_gssapi_sspi(self):
+ def test_gssapi_sspi(self):
"""
Test the used methods of python-gssapi or sspi, sspicon from pywin32.
"""