mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fixup formatting for serverextensions test
This commit is contained in:
@@ -121,8 +121,8 @@ def test_serverextensions():
|
|||||||
'jupyterlab 0.32.1',
|
'jupyterlab 0.32.1',
|
||||||
'nbgitpuller 0.6.1',
|
'nbgitpuller 0.6.1',
|
||||||
'nteract_on_jupyter 1.8.1',
|
'nteract_on_jupyter 1.8.1',
|
||||||
'nbresuse'
|
'nbresuse '
|
||||||
]
|
]
|
||||||
|
|
||||||
for e in extensions:
|
for e in extensions:
|
||||||
assert '{} ^[[32mOK^[[0m' in e.stderr.decode()
|
assert '{} \x1b[32mOK\x1b[0m'.format(e) in proc.stderr.decode()
|
||||||
|
|||||||
Reference in New Issue
Block a user