Beispiel #1
0
 def tearDown(self):
     notif.cleanup()
     super(ServerPluginTestCase, self).tearDown()
Beispiel #2
0
 def tearDown(self):
     notif.cleanup()
     super(LocalNotifServerTestCase, self).tearDown()
 def tearDown(self):
     notif.cleanup()
     super(LocalNotifServerTestCase, self).tearDown()
Beispiel #4
0
 def tearDown(self):
     notif.cleanup()
     super(RemoteNotifServerTestCase, self).tearDown()
 def tearDown(self):
     notif.cleanup()
     super(ServerPluginTestCase, self).tearDown()
 def tearDown(self):
     notif.cleanup()
     super(RemoteNotifServerTestCase, self).tearDown()
Beispiel #7
0
    def tearDown(self):
        super(LocalNotifServerTest, self).tearDown()

        notif.cleanup()
Beispiel #8
0
    def tearDown(self):
        super(ServerPluginTest, self).tearDown()

        notif.cleanup()
Beispiel #9
0
    def tearDown(self):
        super(RemoteNotifServerTest, self).tearDown()

        notif.cleanup()