File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,14 +160,14 @@ pytest-mypy-testing
160
160
-------------------
161
161
162
162
`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
165
165
mixed with actual tests.
166
166
167
167
.. warning ::
168
168
169
169
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
171
171
candidate files and does not import any file, i.e., the decorator must be
172
172
exactly named ``@pytest.mark.mypy_testing ``!
173
173
You can’t perform that action at this time.
0 commit comments