Skip to content

Commit

Permalink
Move fixtures to jupyter_server_ydoc.pytest_plugin (jupyterlab#327)
Browse files Browse the repository at this point in the history
* Move fixtures to `jupyter_server_ydoc.pytest_plugin`

* Fix formatting

* It looks prettier is out of sync
  • Loading branch information
krassowski authored and andrii-i committed Feb 11, 2025
1 parent 296c895 commit cf72620
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from jupyter_server_ydoc.pytest_plugin import rtc_create_SQLite_store_factory
from jupyter_server_ydoc.stores import SQLiteYStore, TempFileYStore

from .conftest import rtc_create_SQLite_store_factory


def test_default_settings(jp_serverapp):
settings = jp_serverapp.web_app.settings["jupyter_server_ydoc_config"]
Expand Down

0 comments on commit cf72620

Please sign in to comment.