[lc_ldap_tests] nettoyage
This commit is contained in:
parent
a280537cd0
commit
c4a55f5dc5
1 changed files with 1 additions and 5 deletions
|
@ -46,7 +46,7 @@ class LDAPTest(unittest.TestCase):
|
|||
|
||||
class AdherentTest(LDAPTest):
|
||||
"""Classe de test de la création d'un adhérent"""
|
||||
tests = ["creationAdherent","suppressionAdherent"]
|
||||
tests = ["creationAdherent"]
|
||||
|
||||
def creationAdherent(self):
|
||||
"""Crée un adhérent"""
|
||||
|
@ -58,10 +58,6 @@ class AdherentTest(LDAPTest):
|
|||
'mail': [u"dave.null@toto.example"],
|
||||
})
|
||||
|
||||
def suppressionAdherent(self):
|
||||
"""Supprime l'adhérent en question"""
|
||||
pass
|
||||
|
||||
|
||||
def auto_suite(testcase):
|
||||
"""Suite de tests 'automatique'"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue