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 6b3ee7d commit eb60fc2Copy full SHA for eb60fc2
notebook_shim/tests/mockextension.py
@@ -11,7 +11,7 @@
11
def _jupyter_server_extension_points():
12
return [
13
{
14
- "module": "notebook_shim.tests.shim.mockextension",
+ "module": "notebook_shim.tests.mockextension",
15
"app": MockExtensionApp
16
}
17
]
notebook_shim/tests/test_extension.py
@@ -45,7 +45,7 @@ def jp_server_config():
45
"ServerApp": {
46
"jpserver_extensions": {
47
"notebook_shim": True,
48
- "notebook_shim.tests.shim.mockextension": True
+ "notebook_shim.tests.mockextension": True
49
50
51
0 commit comments