mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
update some file names
default config file is now `jupyterhub_config.py`, to be consistent with everything else add config files, runtime files to .gitignore
This commit is contained in:
@@ -11,7 +11,7 @@ def test_help_all():
|
||||
assert '--JupyterHubApp.ip' in out
|
||||
|
||||
def test_generate_config():
|
||||
with NamedTemporaryFile(prefix='jupyter_hub_config', suffix='.py') as tf:
|
||||
with NamedTemporaryFile(prefix='jupyterhub_config', suffix='.py') as tf:
|
||||
cfg_file = tf.name
|
||||
|
||||
out = check_output([sys.executable, '-m', 'jupyterhub',
|
||||
|
Reference in New Issue
Block a user