You can now implement your test steps as `yield` statements in a generator. See documentation for details. Closes [6](https://github.com/smarie/python-pytest-steps/issues/6)
Parametrized mode now works with older version of pytest (where `pytest.fixture` did not have a `name=` parameter). Fixes [9](https://github.com/smarie/python-pytest-steps/issues/9)
0.7.2
0.7.1 - Fixed regression on python 3
Python 3: After last tag a new bug appeared: an empty test named `test_steps` was created. Fixed it [5](https://github.com/smarie/python-pytest-steps/issues/5).
0.7.0 - Python 2 support
0.6.0
* Added a first version of `depends_on` decorator. Fixes [1](https://github.com/smarie/python-pytest-steps/issues/1)
0.5.0
* Initial fork from [pytest-cases](https://smarie.github.io/python-pytest-cases/) * A few renames for readability: `ResultsHolder` becomes `StepsDataHolder`, and the default name for the holder becomes `'steps_data'`. * Documentation