summaryrefslogtreecommitdiff
path: root/pylint/testutils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Burst what remain of utils into filesPierre Sassoulas2020-11-291-92/+0
* Create a file for decoratorsPierre Sassoulas2020-11-291-19/+0
* Create a file for get_test_infoPierre Sassoulas2020-11-291-41/+0
* Create a file for the global test linterPierre Sassoulas2020-11-291-11/+1
* Remove context manager replaced by pytest tmp_file/dirPierre Sassoulas2020-11-291-34/+0
* Create a file for lint_module_testPierre Sassoulas2020-11-291-217/+3
* Create a file for Message/OutputLinePierre Sassoulas2020-11-291-46/+2
* Create a testutils/constant.py filePierre Sassoulas2020-11-291-24/+7
* Create a file for test util's functional test filePierre Sassoulas2020-11-291-71/+6
* Add typing to constructor of LintModuleTestPierre Sassoulas2020-11-291-1/+1
* Refactor some variable names in testutilPierre Sassoulas2020-11-291-6/+6
* Use typing instead of docstring in multiset_differencePierre Sassoulas2020-11-291-13/+5
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-281-2/+5
* Create an API for testutils directoryPierre Sassoulas2020-11-281-0/+541