Files
jupyterhub/jupyterhub/tests/test_internal_ssl_app.py
2020-04-16 12:12:22 +02:00

8 lines
249 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 jupyterhub.tests.mocking
from jupyterhub.tests.test_app import *
ssl_enabled = True