mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 04:53:01 +00:00
8 lines
249 B
Python
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
|