pytest-xdist: pytest_runtest_makereport of custom conftest doesn't get called when running with xdist with -n option

I have noticed registering new plugin having the method (item, call)pytest_runtest_makereport doesn’t get call back. However it works without -n option.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 21 (10 by maintainers)

Most upvoted comments

I need an reporter with test status and also i need to capture the doc string available with each test. I can capture the doc string with item object