smarie / python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
56 stars 5 forks source link

Error with older versions of pytest #9

Closed smarie closed 5 years ago

smarie commented 5 years ago

In older versions of pytest (2.x) the @pytest.fixture decorator does not have the name= argument required by current code.