Skip to content
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages