{"library":"pytest-pudb","title":"pytest-pudb","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-pudb"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nos.environ['PYTEST_PLUGINS'] = 'pudb'  # Or use -p pudb\n# Then run: pytest --pudb\n","lang":"python","description":"Enable PuDB debugger during pytest. Use -p pudb or environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}