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