Installation
pytestcan be installed using pip as follows:
shell
pip install -U pytest- It can also be added as a dev dependency to your project, using
uvas follows:
shell
uv add --dev pytest- You can alternatively install it as a global tool using
uvas follows:
shell
uv tool install pytest