From c4a55f5dc550e41c91566813007f55d7330f2622 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 17 Oct 2010 17:24:40 +0200 Subject: [PATCH] [lc_ldap_tests] nettoyage --- lc_ldap_tests.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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'"""