mattduck / pytest-it

Decorate your pytest suite with RSpec-style pytest markers, then run `pytest --it` to see a plaintext spec of the test structure.
MIT License
35 stars 6 forks source link

Feature Request: PyCharm integration like JUnit 5 #6

Open rscarrera27 opened 4 years ago

rscarrera27 commented 4 years ago

I think this can be achieved by overriding test suit name (if it possible)

like this: image

mattduck commented 4 years ago

Hi! I think this is a good suggestion. I don't use PyCharm myself but I'll look into it - it won't be this week but I'll try to post an update here sometime soon.

mattduck commented 4 years ago

Hey @NovemberOscar, do you know if there is any code/documentation that describes how I can hook into PyCharm's test recognition feature? I've searched online but I can't find anything obvious. I need to find that out so I can figure out what changes to make.

matthewaburton commented 2 years ago

I'm way super late to the conversation here, but I found a few resources online that might be helpful.