We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94461fa commit 6959e47Copy full SHA for 6959e47
tests/test_jupyterlab_lsp.py
@@ -28,4 +28,4 @@ def test_serverextension(self):
28
found_lsp = True
29
30
self.assertTrue(found_lsp, "didn't install the /lsp/ route")
31
- os.kill(app.server_info()['pid'], 9)
+ app.stop()
0 commit comments