summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_strings.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-85/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+0
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-0/+26
* Reformat the code with blackClaudiu Popa2018-09-171-21/+26
* Added checker for format string type mismatches.Yury Gribov2018-09-041-1/+36
* Update copyright noticesClaudiu Popa2018-07-151-1/+1
* Rip some version guards from tests, we always run on Python 3Claudiu Popa2018-01-251-8/+0
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+1
* Remove pytest.main calls.Derek Gustafson2016-12-071-7/+3
* Reduce dependency on unittestDerek Gustafson2016-12-061-7/+8
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use astroid.extract_node instead of test_utils.extract_nodeClaudiu Popa2016-06-291-2/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+2
* Merge StringMethodChecker with StringFormatChecker.Claudiu Popa2016-01-131-1/+1
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-1/+1
* Don't fail in the string checker when encountering a bytes string on Python 3...Claudiu Popa2015-04-011-0/+41