File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,12 @@ Configuration file options can be set in the `ini file`.
14
14
This is a builtin configuration of pytest itself. Since
15
15
pytest-dependency requires pytest 2.8.0 or newer, it is
16
16
recommended to set this option accordingly.
17
+
18
+ automark_dependency
19
+ This is a flag. If set to `False `, the default, the outcome of
20
+ a test will only be registered if the test has been decorated
21
+ with the :func: `pytest.mark.dependency ` marker. As a results,
22
+ all tests, the dependencies and the dependent tests must be
23
+ decorated. If set to `True `, the outcome of all tests will be
24
+ registered. It has the same effect as if all tests are
25
+ implicitly decorated with :func: `pytest.mark.dependency `.
You can’t perform that action at this time.
0 commit comments