From b0f90a0f4b576b5e581ed56f7adbad2eb59e617e Mon Sep 17 00:00:00 2001 From: Shloka Date: Wed, 12 Oct 2022 19:08:01 +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 2fbfa6f1..35561e37 100644 --- a/docs/source/contributing/tests.rst +++ b/docs/source/contributing/tests.rst @@ -95,7 +95,7 @@ And fixtures to add functionality or spawning behavior: - ``bad_spawn``: enables the BadSpawner (a spawner that fails immediately) - ``slow_bad_spawn``: enables the SlowBadSpawner (a spawner that fails after a short delay) -For information on using the existing fixtures and creating new ones, refer to `pytest fixtures documentation `_ +For information on using the existing fixtures and creating new ones, refer to the `pytest fixtures documentation `_ Troubleshooting Test Failures