Files
jupyterhub/jupyterhub/tests/test_internal_ssl_app.py
2018-10-01 16:48:03 -07:00

11 lines
262 B
Python

"""Test the JupyterHub entry point with internal ssl"""
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
import sys
import jupyterhub.tests.mocking
from jupyterhub.tests.test_app import *
ssl_enabled = True