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 0fd0239 commit c00c579Copy full SHA for c00c579
pytest_jupyter/jupyter_server.py
@@ -77,7 +77,7 @@ def jp_http_port(http_server_port):
77
78
79
@pytest.fixture
80
-def jp_setup_templates(jp_data_dir):
+def jp_nbconvert_templates(jp_data_dir):
81
"""Setups up a temporary directory consisting of the nbconvert templates."""
82
83
# Get path to nbconvert template directory *before*
@@ -98,7 +98,7 @@ def jp_setup_templates(jp_data_dir):
98
99
@pytest.fixture(scope='function')
100
def jp_configurable_serverapp(
101
- jp_setup_templates, # this fixture must preceed jp_environ
+ jp_nbconvert_templates, # this fixture must preceed jp_environ
102
jp_environ,
103
jp_server_config,
104
jp_argv,
0 commit comments