Skip to content

Pytest plugin to test for commented out code

Notifications You must be signed in to change notification settings

noviluni/pytest-eradicate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-eradicate

Pytest plugin for detecting commented out code in python files.

Usage

install via::

pip install pytest-eradicate

if you then type::

py.test --eradicate

every file ending in .py will be discovered and checked for commented out code.

Eradicate

Eradicate is a tool to detect commented out code in Python files.

Eradicate Github

As the developer states commented out code has no place in your repository.

Besides that, commented out code is often an indicator for debug statements left behind or code moved out of the way during development.

About

Pytest plugin to test for commented out code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%