[2016.2.3] - py.test plugins/hooks are not working in debug mode
已回答
like the title says- when running the configuration in using "run" my hooks are working fine. while using "debug" my py.test hooks are getting ignored.
this only started yesterday and it did work on this version until now
请先登录再写评论。
Hi oran shuster!
You might enabled pytest-cov plugin, but debugger isn't compatible with it: https://youtrack.jetbrains.com/issue/PY-14068
Could you please provide a sample project for reproducing the issue? If it isn't possible, could you please set environment variable PYCHARM_DEBUG=True (you can set it in your Run configuration) and provide console output? Thank you!
I actually forgot that I posted this. This was caused because of a py.test related error that wasn't shown to the console