Esempio n. 1
0
 def tearDown(self):
     notif.cleanup()
     super(ServerPluginTestCase, self).tearDown()
Esempio n. 2
0
 def tearDown(self):
     notif.cleanup()
     super(LocalNotifServerTestCase, self).tearDown()
Esempio n. 3
0
 def tearDown(self):
     notif.cleanup()
     super(LocalNotifServerTestCase, self).tearDown()
Esempio n. 4
0
 def tearDown(self):
     notif.cleanup()
     super(RemoteNotifServerTestCase, self).tearDown()
Esempio n. 5
0
 def tearDown(self):
     notif.cleanup()
     super(ServerPluginTestCase, self).tearDown()
Esempio n. 6
0
 def tearDown(self):
     notif.cleanup()
     super(RemoteNotifServerTestCase, self).tearDown()
Esempio n. 7
0
    def tearDown(self):
        super(LocalNotifServerTest, self).tearDown()

        notif.cleanup()
Esempio n. 8
0
    def tearDown(self):
        super(ServerPluginTest, self).tearDown()

        notif.cleanup()
Esempio n. 9
0
    def tearDown(self):
        super(RemoteNotifServerTest, self).tearDown()

        notif.cleanup()