File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,14 +160,14 @@ pytest-mypy-testing
160160-------------------
161161
162162`pytest-mypy-testing <https://github.com/davidfritzsche/pytest-mypy-testing >`_ is another
163- plugin for ``pytest ``. The main difference between :ref: ` pytest-mypy-plugins ` is that
164- :ref: ` pytest-mypy-testing ` allows writing tests inside Python code and/or
163+ plugin for ``pytest ``. The main difference to `` pytest-mypy-plugins ` ` is that
164+ `` pytest-mypy-testing ` ` allows writing tests inside Python code and/or
165165mixed with actual tests.
166166
167167.. warning ::
168168
169169 pytest-mypy-testing uses the Python
170- `ast<https://docs.python.org/3/library/ast.html> `_ module to parse
170+ :mod: `ast ` module to parse
171171 candidate files and does not import any file, i.e., the decorator must be
172172 exactly named ``@pytest.mark.mypy_testing ``!
173173
You can’t perform that action at this time.
0 commit comments