reverbc / pylint-pytest

A Pylint plugin to suppress pytest-related false positives.
https://pypi.org/project/pylint-pytest/
MIT License
3 stars 8 forks source link

Add end-to-end tests #14

Open reverbc opened 3 years ago

reverbc commented 3 years ago

Current unit test structure is good to test some checker-specific stuff, but not strong enough to detect regression issues like #13 which involves importing other modules.

Should have end-to-end tests which contains some example test cases and fixtures that normally get flagged by pylint but can suppress entirely by this plugin.