fix rst syntax again

This commit is contained in:
Harry Percival
2018-09-25 06:58:47 +01:00
committed by GitHub
parent 11442f2ad7
commit 19ec300b2a

View File

@@ -268,7 +268,7 @@ modules directly discovered by its test collection process, so **asserts in
supporting modules which are not themselves test modules will not be rewritten**.
You can manually enable assertion rewriting for an imported module by calling
`register_assert_rewrite<https://docs.pytest.org/en/latest/writing_plugins.html#assertion-rewriting>`_
`register_assert_rewrite <https://docs.pytest.org/en/latest/writing_plugins.html#assertion-rewriting>`_
before you import it (a good place to do that is in ``conftest.py``).
.. note::