diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 5801dccde..ad9aaca4b 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -1,9 +1,7 @@ - .. _mark: Marking test functions with attributes -================================================================= - +====================================== By using the ``pytest.mark`` helper you can easily set metadata on your test functions. There are @@ -164,4 +162,4 @@ More details can be found in the `original PR