mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Test Traefik extra config
This commit is contained in:
@@ -22,4 +22,5 @@ def tljh_dir(tmpdir):
|
||||
assert tljh.config.INSTALL_PREFIX == tljh_dir
|
||||
os.makedirs(tljh.config.STATE_DIR)
|
||||
os.makedirs(tljh.config.CONFIG_DIR)
|
||||
os.makedirs(os.path.join(tljh.config.CONFIG_DIR, "traefik_config.d"))
|
||||
yield tljh_dir
|
||||
|
||||
Reference in New Issue
Block a user