-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make client inherit from model directly (#7)
Co-authored-by: Frédéric Collonval <[email protected]>
- Loading branch information
1 parent
b1e170a
commit 5f50c6e
Showing
4 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
from jupyter_nbmodel_client import NbModelClient | ||
|
||
|
||
async def test_one(jp_serverapp, rtc_create_notebook): | ||
path, content = await rtc_create_notebook("test.ipynb") | ||
# async def test_one(jp_serverapp, rtc_create_notebook): | ||
# path, content = await rtc_create_notebook("test.ipynb") | ||
|
||
async with NbModelClient(jp_serverapp.connection_url, path, jp_serverapp.identity_provider.token): | ||
assert False | ||
# async with NbModelClient(jp_serverapp.connection_url, path, jp_serverapp.identity_provider.token): | ||
# assert False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters