File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ test runner
56
56
Kent Beck's original paper on testing frameworks using the pattern shared
57
57
by :mod: `unittest `.
58
58
59
- `Nose <https://nose.readthedocs.org/en/latest/ >`_ and `py.test < http ://pytest.org >`_
59
+ `Nose <https://nose.readthedocs.io/ >`_ and `pytest < https ://docs. pytest.org/ >`_
60
60
Third-party unittest frameworks with a lighter-weight syntax for writing
61
61
tests. For example, ``assert func(10) == 42 ``.
62
62
@@ -1142,7 +1142,7 @@ Test cases
1142
1142
If *delta * is supplied instead of *places * then the difference
1143
1143
between *first * and *second * must be less or equal to (or greater than) *delta *.
1144
1144
1145
- Supplying both *delta * and *places * raises a `` TypeError ` `.
1145
+ Supplying both *delta * and *places * raises a :exc: ` TypeError `.
1146
1146
1147
1147
.. versionchanged :: 3.2
1148
1148
:meth: `assertAlmostEqual ` automatically considers almost equal objects
You can’t perform that action at this time.
0 commit comments