Metadata-Version: 2.1
Name: pytest-vscode-pycharm-cls
Version: 0.4
Summary: A PyTest helper to enable start remote debugger on test start or failure or when pytest.set_trace is used.
Home-page: https://github.com/PrigodaOleg/pytest-vscode-pycharm-cls
Author: Prigoda Oleg
Author-email: prigodaoleg@gmail.com
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE

A PyTest helper to enable start remote debugger on test start or failure or when pytest.set_trace is used. Works with Visual Studio Code and PyCharm.
pytest /path/to/your/tests --pdbcls=pytest_vscode_pycharm_cls.Pdb --debug-host=localhost --debug-port=5678 --debug-wait-timeout=5000 --trace
pytest /path/to/your/tests --pdbcls=pytest_vscode_pycharm_cls.Pdb --debug-host=localhost --debug-port=5678 --debug-wait-timeout=5000 --pdb
