File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ courtesy of Benjamin Peterson. You can now safely use ``assert``
12
12
statements in test modules without having to worry about side effects
13
13
or python optimization ("-OO") options. This is achieved by rewriting
14
14
assert statements in test modules upon import, using a PEP302 hook.
15
- See http ://pytest.org/assert.html#advanced-assertion-introspection for
15
+ See https ://docs. pytest.org/en/latest/ assert.html for
16
16
detailed information. The work has been partly sponsored by my company,
17
17
merlinux GmbH.
18
18
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The py.test Development Team
75
75
76
76
**Changes **
77
77
78
- * **Important **: `py.code <https://pylib.readthedocs.io/en/latest /code.html >`_ has been
78
+ * **Important **: `py.code <https://pylib.readthedocs.io/en/stable /code.html >`_ has been
79
79
merged into the ``pytest `` repository as ``pytest._code ``. This decision
80
80
was made because ``py.code `` had very few uses outside ``pytest `` and the
81
81
fact that it was in a different repository made it difficult to fix bugs on
@@ -88,7 +88,7 @@ The py.test Development Team
88
88
**experimental **, so you definitely should not import it explicitly!
89
89
90
90
Please note that the original ``py.code `` is still available in
91
- `pylib <https://pylib.readthedocs.io >`_.
91
+ `pylib <https://pylib.readthedocs.io/en/stable/ >`_.
92
92
93
93
* ``pytest_enter_pdb `` now optionally receives the pytest config object.
94
94
Thanks `@nicoddemus `_ for the PR.
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ The py.test Development Team
66
66
67
67
.. _#510 : https://github.com/pytest-dev/pytest/issues/510
68
68
.. _#1506 : https://github.com/pytest-dev/pytest/pull/1506
69
- .. _#1496 : https://github.com/pytest-dev/pytest/issue /1496
70
- .. _#1524 : https://github.com/pytest-dev/pytest/issue /1524
69
+ .. _#1496 : https://github.com/pytest-dev/pytest/issues /1496
70
+ .. _#1524 : https://github.com/pytest-dev/pytest/pull /1524
71
71
72
72
.. _@astraw38 : https://github.com/astraw38
73
73
.. _@hackebrot : https://github.com/hackebrot
You can’t perform that action at this time.
0 commit comments