pytest-it icon indicating copy to clipboard operation
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: ![image](https://user-images.githubusercontent.com/20695897/75127595-43121b80-5703-11ea-9d55-7eb045c90054.png)

I noticed this when running `pytest -n 2` a couple of weeks back. Will be easy to reproduce the issue.