You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually the primary feature of 0.14.0. We cache the test results of pylint unless the file has changed to optimize runtime. So for example, if you run pytest --pylint -m pylint mymodule --cache-clear you should see those tests run. Also, if you change one file, you should see that collection number got to 1
@carsongee It seems that at least for me something is going wrong (regarding caching) with 0.14.0 and 0.14.1. They do not run any linting, whereas 0.13.0 still does.
I wondered why my test suite failed and it was because my pylint checking - done with something like:
ends up "collecting 0 items" to check.
Works fine with 0.13.0.
The text was updated successfully, but these errors were encountered: