
Data-driven test parametrization für pytest with CSV files¶
This pytest plugin allows you to parametrize your pytest tests by CSV files. Manage your test data independently of your tests. This site guides you through installation and usage.
The plugin is open source and released under MIT license. It is listed in the Python Package Index (PyPI).
Your feedback, bug reports, improvements are appreciated! Get in touch via e-mail: csv_params
@jued
.de
. Together we’ll find a way for your contribution.
Sitemap¶
Basics
Advanced Usage
Developers
Project Information
Note
This project is not affiliated with the pytest project, but heavily relies on it. Visit pytest.org for more information about this great testing framework.