Investigate refactoring the test suite of the custom pylint checkers. A few checkers use files to test but the majority just have small little tests. Is there a better way to test the checkers? Right now we pass the node that we want directly into the function to test i.e class_node[0] is there a way to make the test more like the real runs of pylint?
Investigate refactoring the test suite of the custom pylint checkers. A few checkers use files to test but the majority just have small little tests. Is there a better way to test the checkers? Right now we pass the node that we want directly into the function to test i.e class_node[0] is there a way to make the test more like the real runs of pylint?