inTestiGator / pytest-encourage

A pytest plugin used to turn FAILURE :x: into OPPORTUNITY :heavy_check_mark:
GNU General Public License v3.0
1 stars 0 forks source link

Filter PyLint messages which occur in assertion statements #6

Closed aubreypc closed 5 years ago

aubreypc commented 5 years ago

Adds new method in pytest_encourage.util to filter PyLint output, including only messages which refer to assertion statements. Fixes #3