Example #1
0
 def test_kill(self):
     """
     L{lockfile.kill} returns without error if passed the PID of a
     process which exists and signal C{0}.
     """
     lockfile.kill(os.getpid(), 0)
Example #2
0
 def test_kill(self):
     """
     L{lockfile.kill} returns without error if passed the PID of a
     process which exists and signal C{0}.
     """
     lockfile.kill(os.getpid(), 0)