summaryrefslogtreecommitdiff
path: root/tests/functional/a/assert_on_string_literal.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust assert-on-string-literal to take in consideration empty strings (#3403)Claudiu Popa2020-02-121-0/+1
| | | Close #3400
* Add a check for asserts on string literals (#3346)Anubhav2020-01-141-0/+3
This check is emitted whenever **pylint** finds an assert statement with a string literal as its first argument. Such assert statements are probably unintended as they will always pass. Close #3284