Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pytest-checkipdb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytest-checkipdb

plugin to check if there are ipdb debugs left

  • 1.1.1
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc