PyCharm Debugger Not Working pytest
Even when the breakpoints are set, PyCharm doesn't wait at them. We have two solutions to solve this:
Option 1: Remove all instances of --cov usages in your purest.ini file
Option 2: Add --no-cov parameter in additional arguments field inside PyCharm Edit Configuration
#pycharm #pycharmdebuggernotworking #pycharmdebuggerpytest #pytest #python