https://github.com/avallbona/pytest-checkipdb
Plugin to check if there are ipdb/pdb breakpoints left into our code
https://github.com/avallbona/pytest-checkipdb
breakpoint hacktoberfest ipdb pdb-breakpoints-left pytest-checkipdb
Last synced: 8 days ago
JSON representation
Plugin to check if there are ipdb/pdb breakpoints left into our code
- Host: GitHub
- URL: https://github.com/avallbona/pytest-checkipdb
- Owner: avallbona
- License: mit
- Created: 2020-05-31T20:26:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T23:53:58.000Z (over 1 year ago)
- Last Synced: 2025-06-28T01:49:42.979Z (8 days ago)
- Topics: breakpoint, hacktoberfest, ipdb, pdb-breakpoints-left, pytest-checkipdb
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pytest-checkipdb
[](https://pypi.python.org/pypi/pytest-checkipdb/)
[](https://pepy.tech/project/pytest-checkipdb)
[](https://travis-ci.org/avallbona/pytest-checkipdb)
[](http://hits.dwyl.com/avallbona/pytest-checkipdb)
[](https://github.com/avallbona/pytest-checkipdb/actions)
[](https://pypi.org/project/pytest-checkipdb)
[](https://www.codacy.com/manual/avallbona/pytest-checkipdb?utm_source=github.com&utm_medium=referral&utm_content=avallbona/pytest-checkipdb&utm_campaign=Badge_Grade)Plugin to check if there are ipdb/pdb/breakpoint breakpoints left into our code
## Installation
You can install "pytest-checkipdb" via [pip](https://pypi.python.org/pypi/pip/) from [PyPI](https://pypi.python.org/pypi):
```bash
$ pip install pytest-checkipdb
```
## Usage```bash
$ pytest --cipdb
```## Contributing
Contributions are very welcome. Tests can be run with [tox](https://tox.readthedocs.io/en/latest/), 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](https://github.com/pyenv/pyenv). E.g.:
```bash
$ 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:
```bash
$ pyenv global 3.5.3 3.6.3 3.7.7 3.8.3
```Run the tests
```bash
$ tox
```## License
Distributed under the terms of the [MIT](http://opensource.org/licenses/MIT) license, **pytest-checkipdb** is free and open source software
## Issues
If you encounter any problems, please [file an issue](https://github.com/avallbona/pytest-checkipdb/issues) along with a detailed description.
------
This is a [Pytest](https://github.com/pytest-dev/pytest) plugin was generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with [@hackebrot](https://github.com/hackebrot)'s [Cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) template.