Skip to content

Commit b3ed595

Browse files
authored
Revert "Fix Dead link in README for 'assert statements' " (#9369)
This reverts commit 15989dd. Reverts #8945, thus reintroducing #8926 temporarily, but we should be close to the 7.0.0 release now, where this is the correct URL to use. Closes #8831 as follow-up to #8858.
1 parent 5c55e91 commit b3ed595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` stat
8888
Features
8989
--------
9090

91-
- Detailed info on failing `assert statements <https://docs.pytest.org/en/stable/assert.html>`_ (no need to remember ``self.assert*`` names)
91+
- Detailed info on failing `assert statements <https://docs.pytest.org/en/stable/how-to/assert.html>`_ (no need to remember ``self.assert*`` names)
9292

9393
- `Auto-discovery
9494
<https://docs.pytest.org/en/stable/explanation/goodpractices.html#python-test-discovery>`_

0 commit comments

Comments
 (0)