コード例 #1
0
ファイル: test_lockfile.py プロジェクト: Almad/twisted
 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)
コード例 #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)