Commit 341db883 authored by Łukasz Nowak's avatar Łukasz Nowak

Put more informative title for suite.

parent cdd5f964
......@@ -410,6 +410,10 @@ class TestUserManagement(ERP5TypeTestCase):
self.assertEqual(None, person.getReference())
class TestUserManagementExternalAuthentication(TestUserManagement):
def getTitle(self):
"""Title of the test."""
return "ERP5Security: User Management with External Authentication plugin"
def afterSetUp(self):
self.user_id_key = 'openAMid'
# add key authentication PAS plugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment