From 63ff1142b2f0cba1981825c65b62425e9ff7734b Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Tue, 2 Jun 2026 16:19:14 -0500 Subject: Fixed password hashing anchor link for references. --- docs/topics/testing/overview.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 39a6843c02..53d32a34d3 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -349,7 +349,6 @@ or an unexpected success). If all the tests pass, the return code is 0. This feature is useful if you're using the test-runner script in a shell script and need to test for success or failure at that level. -.. _speeding-up-tests-auth-hashers: Speeding up the tests --------------------- @@ -360,6 +359,8 @@ Running tests in parallel As long as your tests are properly isolated, you can run them in parallel to gain a speed up on multi-core hardware. See :option:`test --parallel`. +.. _speeding-up-tests-auth-hashers: + Password hashing ~~~~~~~~~~~~~~~~ -- cgit v1.3