python-pytest-steps
python-pytest-steps copied to clipboard
A tiny package to ease the creation of test steps with shared intermediate results/state.
Trying out the example from documentation[ python-pytest-steps/,](https://smarie.github.io/python-pytest-steps/) a hint is given to add the step name to yield. The code on the documentation shown below needs to be complemented with...
Fix a small typo / syntax issue for markdown note Currently it looks like this 
I found the pytest-steps and I'm trying to use it my code, but some functions in my code is async function, so I'm curious about that this module is compatible...