diff --git a/lc_ldap_tests.py b/lc_ldap_tests.py index b9d2b44..f4e6c78 100755 --- a/lc_ldap_tests.py +++ b/lc_ldap_tests.py @@ -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'"""