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