Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More precise testing of plugins #935

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 7, 2023

  1. More precise testing of plugins

    Instead of relying on a count of the severity and confidence
    levels found within an example file, make use of Python's native
    unit testing to verify the results of a plugin.
    
    The existing method of confirming counts can be inaccurate. It's
    very easy to have a false positive simply because one issue extra
    was found and one issue was missed, thus giving the same count. It
    tells nothing of the validation of a particular line of problematic
    code.
    
    Relates to PyCQA#352
    
    Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
    ericwb committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8c193a4 View commit details
    Browse the repository at this point in the history