diff options
| author | Tim Schilling <schillingt@better-simple.com> | 2026-06-02 16:19:14 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-06-15 15:30:40 -0400 |
| commit | 63ff1142b2f0cba1981825c65b62425e9ff7734b (patch) | |
| tree | 46345776ff0d73380dc4a6461434114f85082de8 | |
| parent | d80ef32eb9e669986ed7838296f6373af56c68f0 (diff) | |
Fixed password hashing anchor link for references.
| -rw-r--r-- | docs/topics/testing/overview.txt | 3 |
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 ~~~~~~~~~~~~~~~~ |
