August 2018
Beginner
160 pages
4h 8m
English
Plugins are usually installed with pip:
λ pip install <PLUGIN_NAME>
For example, to install pytest-mock, we execute the following:
λ pip install pytest-mock
No registration of any kind is necessary; pytest automatically detects the installed plugins in your virtual environment or Python installation.
This simplicity makes it dead easy to try out new plugins.
Read now
Unlock full access