File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,14 @@ System requirements
14
14
Interaction with other packages
15
15
-------------------------------
16
16
17
- pytest-xdist
17
+ `pytest-order `_
18
+ pytest-dependency is based on the assumption that dependencies are
19
+ run before the test that depends on them. If this assumption is
20
+ not satisfied in the default execution order in pytest, you may
21
+ want to have a look on pytest-order. It implements reordering of
22
+ tests and supports taking the dependencies into account.
23
+
24
+ `pytest-xdist `_
18
25
pytest-xdist features test run parallelization, e.g. distributing
19
26
tests over separate processes that run in parallel. This is based
20
27
on the assumption that the tests can be run independent of each
@@ -58,3 +65,5 @@ version from PyPI, see above.
58
65
59
66
.. _setuptools : http://pypi.python.org/pypi/setuptools/
60
67
.. _pytest : http://pytest.org/
68
+ .. _pytest-order : https://github.com/pytest-dev/pytest-order
69
+ .. _pytest-xdist : https://github.com/pytest-dev/pytest-xdist
You can’t perform that action at this time.
0 commit comments