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

Prototype: Eliminating checks in PyLint that would waste time for what we are checking #10

Open szklenskij opened 5 years ago

szklenskij commented 5 years ago

pylintrc Custom Checks Creating custom checks would allow us to minimize the time that PyLint spends parsing through the files. These checks would ideally focus on what we would like to check with pytest-encourage.