🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

Results 3657 comments of 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

> Refer to pytest's filter logic for test files and filter out any logic that does not conform to the rules before passing the files to pytest for inspection. I...

This should fix it: https://github.com/reverbc/pylint-pytest/pull/22. cc @reverbc @ssbarnea

I do not think so. Checking the test modules should load dependencies in the background anyway. If they are loaded properly, they'll return the fixtures. If not, they'll cause errors....

Woah! Among other problems, there are no wheels uploaded for the last versions on PyPI (since 2019!)

First improvement done: https://github.com/abhinavsingh/proxy.py/pull/647.

@abhinavsingh I've submitted a number of the linting setup maintainability improvements. The last one includes everything but I thought it would probably be easier/more digestible if the building blocks were...

+1 on top https://github.com/abhinavsingh/proxy.py/pull/658

@abhinavsingh I wanted to ask you if you have a strong preference to have multiple testing workflows. It feels easier to have the testing jobs in the same workflow because...

Uncommented another fixer on top: https://github.com/abhinavsingh/proxy.py/pull/661

And here's two more improvements: * https://github.com/abhinavsingh/proxy.py/pull/662 * https://github.com/abhinavsingh/proxy.py/pull/663 I'm starting to hit merge conflicts so I'll pause for some time to give you a chance to get these merged...