darrenburns / pytest-clarity

A plugin to improve the output of pytest with colourful unified diffs
MIT License
439 stars 23 forks source link

Only activate if -vv used #10

Closed ionelmc closed 4 years ago

ionelmc commented 4 years ago

Fixes #7.

blueyed commented 4 years ago

Fixes #8, not #7, right?

I think it is good in general - messing with user options is not a good idea. It could be however get activated/used still.

Related: https://github.com/pytest-dev/pytest/issues/5932, https://github.com/pytest-dev/pytest/pull/5933

ionelmc commented 4 years ago

Well actually ... both :)

blueyed commented 4 years ago

So adding -vv that way breaks xdist then somehow?

darrenburns commented 4 years ago

Thanks for this! Very interesting that this is what seemed to cause the xdist incompatibility...

I'll try and have a look over the weekend.