コード例 #1
0
 def tearDown(self):
     notif.cleanup()
     super(ServerPluginTestCase, self).tearDown()
コード例 #2
0
 def tearDown(self):
     notif.cleanup()
     super(LocalNotifServerTestCase, self).tearDown()
コード例 #3
0
 def tearDown(self):
     notif.cleanup()
     super(LocalNotifServerTestCase, self).tearDown()
コード例 #4
0
 def tearDown(self):
     notif.cleanup()
     super(RemoteNotifServerTestCase, self).tearDown()
コード例 #5
0
 def tearDown(self):
     notif.cleanup()
     super(ServerPluginTestCase, self).tearDown()
コード例 #6
0
 def tearDown(self):
     notif.cleanup()
     super(RemoteNotifServerTestCase, self).tearDown()
コード例 #7
0
    def tearDown(self):
        super(LocalNotifServerTest, self).tearDown()

        notif.cleanup()
コード例 #8
0
    def tearDown(self):
        super(ServerPluginTest, self).tearDown()

        notif.cleanup()
コード例 #9
0
    def tearDown(self):
        super(RemoteNotifServerTest, self).tearDown()

        notif.cleanup()