pytest-checkipdb
Plugin to check if there are ipdb/pdb/breakpoint breakpoints left into our code
Installation
You can install "pytest-checkipdb" via pip from PyPI:
$ pip install pytest-checkipdb
Usage
$ pytest --cipdb
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure
the coverage at least stays the same before you submit a pull request.
Local development
Install all the python interpreters you need via pyenv. E.g.:
$ pyenv install 3.5.3
$ pyenv install 3.6.3
$ pyenv install 3.7.7
$ pyenv install 3.8.3
and then make them global with:
$ pyenv global 3.5.3 3.6.3 3.7.7 3.8.3
Run the tests
$ tox
License
Distributed under the terms of the MIT license, pytest-checkipdb is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
This is a Pytest plugin was generated with Cookiecutter along with @hackebrot's Cookiecutter-pytest-plugin template.