Does anyone know of a good linter for #python unit test source code? running pylint on the unittests themselves gives me a lot of useless advice-- unit test code is just so different from regular tests. (For example, all the unit tests get flagged as uncalled/dead code)
Post
February 11, 2020