From 7a915533a6eb51a6c14b522ab4cb5b6e8422d204 Mon Sep 17 00:00:00 2001 From: Shloka Date: Wed, 12 Oct 2022 19:07:50 +0530 Subject: [PATCH] Update docs/source/contributing/tests.rst Co-authored-by: Simon Li --- docs/source/contributing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/tests.rst b/docs/source/contributing/tests.rst index faca41b0..2fbfa6f1 100644 --- a/docs/source/contributing/tests.rst +++ b/docs/source/contributing/tests.rst @@ -54,7 +54,7 @@ Running the tests pytest -v jupyterhub/tests/test_api.py::test_shutdown - For more information, refer to `pytest usage documentation `_. + For more information, refer to the `pytest usage documentation `_. Test organisation =================