Beispiel #1
0
    def test_get_monitor(self):
        w = Workflow('test', 10)

        monitor = w._get_monitor(list([('localhost', 10)]), list(),
                                 self.logdir, True)
        self.assertNotEqual(monitor, None)
Beispiel #2
0
    def test_get_monitor(self):
        w = Workflow('test', 10)

        monitor = w._get_monitor(list([('localhost', 10)]), list(), self.logdir, True)
        self.assertNotEqual(monitor, None)