pytest-it
pytest-it copied to clipboard
Decorate your pytest suite with RSpec-style pytest markers, then run `pytest --it` to see a plaintext spec of the test structure.
Results
2
pytest-it issues
Sort by
recently updated
recently updated
newest added
I think this can be achieved by overriding test suit name (if it possible) like this: 
I noticed this when running `pytest -n 2` a couple of weeks back. Will be easy to reproduce the issue.