File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
-
2
1
.. _mark :
3
2
4
3
Marking test functions with attributes
5
- =================================================================
6
-
4
+ ======================================
7
5
8
6
By using the ``pytest.mark `` helper you can easily set
9
7
metadata on your test functions. There are
@@ -164,4 +162,4 @@ More details can be found in the `original PR <https://github.com/pytest-dev/pyt
164
162
.. note ::
165
163
166
164
in a future major relase of pytest we will introduce class based markers,
167
- at which point markers will no longer be limited to instances of :py:class: `Mark `
165
+ at which point markers will no longer be limited to instances of :py:class: `Mark `.
Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ import ``helper.py`` normally. The contents of
223
223
pytest.register_assert_rewrite(" pytest_foo.helper" )
224
224
225
225
226
-
227
226
Requiring/Loading plugins in a test module or conftest file
228
227
-----------------------------------------------------------
229
228
You can’t perform that action at this time.
0 commit comments