A dependency of pytest-xdist
is pytest
, so this also installs pytest
.
pipenv --python=3.11.2 install pytest-xdist
To run tests, execute the following command in the same directory as this
README.md
file.
pipenv run pytest --color=yes -f .
A dependency of pytest-xdist
is pytest
, so this also installs pytest
.
pipenv --python=3.11.2 install pytest-xdist
To run tests, execute the following command in the same directory as this
README.md
file.
pipenv run pytest --color=yes -f .