A pytest plugin that integrates the PuDB debugger, allowing you to drop into a full-screen debugger on test failures or at breakpoints. Current version 0.7.0. Infrequently maintained.
pip install pytest-pudbNo compatibility data collected yet for this library.
Enable PuDB debugger during pytest. Use -p pudb or environment variable.
Run `pytest --pudb` or set the environment variable `PYTEST_PLUGINS=pudb`.
Use Python 3.8-3.10 or consider alternative debugger plugins like pytest-pdb.
Ensure `pytest-pudb` is installed and run pytest with the `-p pudb` option.
Run `pip install pudb` in addition to `pytest-pudb`.
No dependency data recorded yet.