Shane Smiskol
Shane Smiskol
I reverted the change to the output of `LintModuleTest` and made it update the output file after a failed test. I think the real solution is refactoring this test such...
Updated the test refs, but I'm not sure they're right. I'm getting lots of diffs for a lot of tests. Running pylint built from main on Windows 11 (`astroid-2.12.13 pylint-2.16.0.dev0`)....
Should be good now, let me know if there's any issues @DanielNoord! I had to add a print into the tester to get the results :/
@DanielNoord is there anything else needing to be done?
For whatever reason, both Python 3.8 and 3.10 do not work to update the abstract method file. I'm running `python test_functional.py --update-functional-tests`, but it just fails and doesn't update the...
Do you have any docs for what the comments do? For example, I'm not sure if `# [abstract-method]` means we're asserting an abstract method error from pylint, or we're catching...
@DanielNoord I'm having the same problem I did when I last worked on it, I verified my ` # [abstract-method]` markers are accurate according to running pylint on the file,...
Narrowed it down to https://github.com/pylint-dev/pylint/issues/9688. I don't have any more time to spend on this for the time being, feel free to get it across the line if it's simple...
I was expecting each line's warnings to be compared to the annotations, not one by one! A more clear error message would have been nice :slightly_smiling_face:
@DanielNoord I added the count which would have surfaced this for me much quicker, let me know if it's something you want and I can split it out ``` def...