summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2026-06-02 16:19:14 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-06-15 15:30:40 -0400
commit63ff1142b2f0cba1981825c65b62425e9ff7734b (patch)
tree46345776ff0d73380dc4a6461434114f85082de8 /docs/topics/testing
parentd80ef32eb9e669986ed7838296f6373af56c68f0 (diff)
Fixed password hashing anchor link for references.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/overview.txt3
1 files changed, 2 insertions, 1 deletions
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
~~~~~~~~~~~~~~~~