Exemplo n.º 1
0
 def test_not_running_process_detection(self):
     self.assertFalse(utils.is_running('no_chance_this_program_is_running'))
Exemplo n.º 2
0
 def test_not_running_process_detection(self):
     self.assertFalse(utils.is_running('no_chance_this_program_is_running'))
Exemplo n.º 3
0
 def test_running_process_detection(self):
     self.assertTrue(utils.is_running(self.always_running_process))
Exemplo n.º 4
0
 def test_running_process_detection(self):
     self.assertTrue(utils.is_running(self.always_running_process))