Skip to content

Commit ae14de1

Browse files
krassowskiasteppke
authored andcommitted
Fix use of traitlets to configure YStore class (jupyterlab#322)
* Fix use of traitlets to configure YStore class * Add test case, apply fix in the fixture too Co-authored-by: asteppke <[email protected]> --------- Co-authored-by: asteppke <[email protected]>
1 parent c95b77f commit ae14de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
from jupyter_server_ydoc.pytest_plugin import rtc_create_SQLite_store_factory
99
from jupyter_server_ydoc.stores import SQLiteYStore, TempFileYStore
1010

11+
from .conftest import rtc_create_SQLite_store_factory
12+
1113

1214
def test_default_settings(jp_serverapp):
1315
settings = jp_serverapp.web_app.settings["jupyter_server_ydoc_config"]

0 commit comments

Comments
 (0)