pytest-dev / pytest-bdd

BDD library for the py.test runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.3k stars 219 forks source link

Document data tables #693

Open shaunc opened 3 months ago

shaunc commented 3 months ago

How do I get the data table in a step implementation? Should I use "data_table" as argument? Is it renamable? And what type for mypy?