Installation

This plug-in can be installed from PyPI using pip, with the command:

pip install pytest-scenario-files

That’s all! No additional settings or flags, no need to add import statements or decorators to your tests.

If you want to utilize the Responses integration you can either install the Responses package separately or use the Responses option:

pip install pytest-scenario-files[responses]