mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Test symlinking tljh-config
This commit is contained in:
@@ -204,3 +204,9 @@ def test_pip_upgrade(group, allowed):
|
|||||||
[python, "-m", "pip", "install", "--upgrade", "testpath"],
|
[python, "-m", "pip", "install", "--upgrade", "testpath"],
|
||||||
preexec_fn=partial(setgroup, group),
|
preexec_fn=partial(setgroup, group),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def test_symlinks():
|
||||||
|
"""
|
||||||
|
Test we symlink tljh-config to /usr/local/bin
|
||||||
|
"""
|
||||||
|
assert os.path.exists('/usr/local/bin/tljh-config')
|
||||||
Reference in New Issue
Block a user