tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Fix/improve linting of the code when using pytest-pylint #186

Closed msemanicky closed 1 year ago

msemanicky commented 2 years ago

This also includes changed source code files when pytest-pylint is enabled. By default source code files are ignored so the pylint is not able to process those files.

tarpas commented 1 year ago

I'm not familiar with pytest-pylint. Why would you use it instead of pylint? what is the command line and what is the actual and desired outcome with testmon?

tarpas commented 1 year ago

Thanks, but not relevant any more.