summaryrefslogtreecommitdiff
path: root/pylint/testutils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [use-implicit-booleaness] Fix comparison to empty strings across the codebase...Pierre Sassoulas2022-11-071-1/+1
* [pythonpath context manager] Fix a bug where pythonpath was not restored corr...Pierre Sassoulas2022-07-131-4/+3
* [refactor] Move the context manager for pythonpath in pylint.testutilPierre Sassoulas2022-07-131-0/+20
* [testutils] Add a parameter to context manager changing sys.path or cwdPierre Sassoulas2022-07-111-2/+12
* [refactor] Move test context manager to pylint.testutilsPierre Sassoulas2022-07-111-1/+19
* Move '_patch_stream' to pylint.testutilPierre Sassoulas2022-04-151-0/+15
* Use ``python-typing-update`` on ``pylint/testutils`` directoryDaniël van Noord2022-04-141-2/+3
* Refactor ``find_default_config_files`` (#6067)Daniël van Noord2022-04-011-0/+44
* 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