Dear pytest community

pytest-steps 1.0.0 is out!
The major change is that it now supports a new “generator” style where test 
functions can use the `yield` statement to indicate a distinct test step. It 
makes it relatively transparent and easy to decompose a test into steps, and 
possibly change your mind later or reorganize the steps. It only relies on 
fixtures and parameters so as to be as pytest-friendly as possible. 
The legacy explicit style is still supported of course.

I thought that you might be interested: 
https://github.com/smarie/python-pytest-steps 
Kind regards

--
Sylvain

_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to