MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / stopTests

Function stopTests

pythonFiles/visualstudio_py_testlauncher.py:190–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189
190def stopTests():
191 try:
192 os.kill(os.getpid(), signal.SIGUSR1)
193 except Exception:
194 try:
195 os.kill(os.getpid(), signal.SIGTERM)
196 except Exception:
197 pass
198
199
200class ExitCommand(Exception):

Callers

nothing calls this directly

Calls 1

killMethod · 0.65

Tested by

no test coverage detected