Skip to main content

plugin to check if there are ipdb debugs left

Project description

pytest-checkipdb

pypi Downloads See Build Status on Travis CI Hit counter Python package Python versions Codacy Badge

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-checkipdb-1.1.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

pytest_checkipdb-1.1.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page