mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

apologies to anyone finding this commit via git blame or log run the autoformatting by pre-commit run --all-files
7 lines
216 B
Python
7 lines
216 B
Python
"""Tests for process spawning with internal_ssl"""
|
|
# Copyright (c) Jupyter Development Team.
|
|
# Distributed under the terms of the Modified BSD License.
|
|
from jupyterhub.tests.test_spawner import *
|
|
|
|
ssl_enabled = True
|