python-pytest-steps icon indicating copy to clipboard operation
python-pytest-steps copied to clipboard

A tiny package to ease the creation of test steps with shared intermediate results/state.

Results 13 python-pytest-steps issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/576771/190004344-54406bb0-3108-41c0-ab19-9ec7fd3dd3b9.png)

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...