mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: fix missing test reference in docs
This commit is contained in:
@@ -49,9 +49,10 @@ For example, to run all the basic tests, you would write:
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
.github/integration-test.py run-test basic-tests \
|
.github/integration-test.py run-test basic-tests \
|
||||||
test_hub.py \
|
test_hub.py \
|
||||||
test_install.py \
|
test_proxy.py \
|
||||||
test_extensions.py
|
test_install.py \
|
||||||
|
test_extensions.py
|
||||||
|
|
||||||
This will run the tests in the three files against the same installation
|
This will run the tests in the three files against the same installation
|
||||||
of TLJH and report errors.
|
of TLJH and report errors.
|
||||||
|
|||||||
Reference in New Issue
Block a user