From fe8ba1596d7baf344bbacabfa44e75480758c7fc Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 18 Oct 2021 04:27:19 +0200 Subject: [PATCH] ci: fix missing test reference in docs --- docs/contributing/tests.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/contributing/tests.rst b/docs/contributing/tests.rst index f8b486b..f093ef4 100644 --- a/docs/contributing/tests.rst +++ b/docs/contributing/tests.rst @@ -49,9 +49,10 @@ For example, to run all the basic tests, you would write: .. code-block:: bash .github/integration-test.py run-test basic-tests \ - test_hub.py \ - test_install.py \ - test_extensions.py + test_hub.py \ + test_proxy.py \ + test_install.py \ + test_extensions.py This will run the tests in the three files against the same installation of TLJH and report errors.