mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 02:54:09 +00:00
@@ -109,7 +109,13 @@ async def test_tornado_coroutines():
|
|||||||
(("/base/", ""), "/base/"),
|
(("/base/", ""), "/base/"),
|
||||||
(("/base", "abc", "def"), "/base/abc/def"),
|
(("/base", "abc", "def"), "/base/abc/def"),
|
||||||
(("/base/", "/abc/", "/def/"), "/base/abc/def/"),
|
(("/base/", "/abc/", "/def/"), "/base/abc/def/"),
|
||||||
|
(("/base", "", "/", ""), "/base/"),
|
||||||
((""), ""),
|
((""), ""),
|
||||||
|
(("", ""), ""),
|
||||||
|
(("", "part", ""), "part"),
|
||||||
|
(("", "/part"), "part"),
|
||||||
|
(("", "part", "", "after"), "part/after"),
|
||||||
|
(("", "part", "", "after/", "", ""), "part/after/"),
|
||||||
(("abc", "def"), "abc/def"),
|
(("abc", "def"), "abc/def"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user