Plugin for pytest to drop into PyCharm debugger on uncaught exceptions. Version 0.7.0 is the latest, with no recent updates. The plugin is in maintenance mode.
pip install pytest-pycharmNo compatibility data collected yet for this library.
Install and run pytest with --pycharm flag to enable PyCharm debugger on uncaught exceptions. Ensure PyCharm debug server is listening.
Set up PyCharm's Remote Debug configuration (Run > Edit Configurations > Python Debug Server) and note the port.
In PyCharm, run the 'Python Debug Server' configuration before executing pytest.
pip install pytest-pycharm. The plugin registers itself as a pytest plugin; no import needed.
Ensure pytest-pycharm is installed (pip list | grep pytest-pycharm) and run pytest with the --pycharm flag.
No dependency data recorded yet.