Skip to content

Commit c00c579

Browse files
committed
Change name of nbconvet templates fixture
1 parent 0fd0239 commit c00c579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_jupyter/jupyter_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def jp_http_port(http_server_port):
7777

7878

7979
@pytest.fixture
80-
def jp_setup_templates(jp_data_dir):
80+
def jp_nbconvert_templates(jp_data_dir):
8181
"""Setups up a temporary directory consisting of the nbconvert templates."""
8282

8383
# Get path to nbconvert template directory *before*
@@ -98,7 +98,7 @@ def jp_setup_templates(jp_data_dir):
9898

9999
@pytest.fixture(scope='function')
100100
def jp_configurable_serverapp(
101-
jp_setup_templates, # this fixture must preceed jp_environ
101+
jp_nbconvert_templates, # this fixture must preceed jp_environ
102102
jp_environ,
103103
jp_server_config,
104104
jp_argv,

0 commit comments

Comments
 (0)