Conversation
Oh, sorry, there are more! |
Szelethus
left a comment
There was a problem hiding this comment.
I suppose we should fix the issues pylint found, and then merge.
39e4e97 to
a8a02c3
Compare
Szelethus
left a comment
There was a problem hiding this comment.
Can we add this to test/test.sh?
Szelethus
left a comment
There was a problem hiding this comment.
Ugh, I think we could just merge this if we don't open the makefile can of worms. For instance, this is not I set up my environment.
I don't recall, what was the argument against adding this to test.sh?
|
Okay, I will remove the Makefile and try to make running the linters easier locally in a follow-up patch. The argument against changing test.sh is that that specific file is used by a testing CI, which does not have pylint installed. |
This is because all warnings are things that should be addressed by the developer using the template, and not fixed in the template itself
Why:
To enforce coding standards
What:
self.assertTrue(True)or setUp methods are considered issues by pylint, while they are just unfinished)Note:
requirements.txt.Addresses:
Fixes: #153