This commit is contained in:
Jürgen Edelbluth 2022-08-16 17:13:48 +00:00
parent 4cf7d98984
commit 9448b369c7
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF

View File

@ -12,7 +12,7 @@ A pytest plugin to parametrize data-driven tests by CSV files.
- Python 3.8, 3.9 or 3.10
- pytest >= 7.1
There's no operating system dependend code in this plugin, so it should run anywhere where pytest runs.
There's no operating system dependent code in this plugin, so it should run anywhere where pytest runs.
## Installation