Skip to content

Commit

Permalink
more fixes with initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 17, 2024
1 parent 811e2c5 commit 82c53cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/extension/mockextensions/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

EVENT_SCHEMA = """\
$id: https://events.jupyter.org/mockapp/v1/test
version: 1
version: '1'
properties:
msg:
type: string
Expand Down
1 change: 1 addition & 0 deletions tests/extension/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def mock_extension(extension_manager):
pkg = extension_manager.extensions[name]
point = pkg.extension_points["mockextension"]
app = point.app
app.initialize()
return app


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$id: http://event.mockextension.jupyter.org/message
version: 1
version: "1"
title: Message
description: |
Emit a message
Expand Down

0 comments on commit 82c53cc

Please sign in to comment.