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:
Min RK
2014-10-31 14:40:19 -07:00
parent b1f6a286f9
commit e6335482c5
6 changed files with 10 additions and 5 deletions

View File

@@ -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',