numirias / pytest-json-report

🗒️ A pytest plugin to report test results as JSON
MIT License
147 stars 39 forks source link

Adding category to warning output #47

Closed jinder1s closed 4 years ago

jinder1s commented 4 years ago

While parsing through warning outputs, it's really helpful to know what the category of warning is on top of message. Having category makes it easier to filter out warnings from different sources, specifically, is the warning django warning or from another source.