summaryrefslogtreecommitdiff
path: root/pylint/testutils
Commit message (Expand)AuthorAgeFilesLines
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-022-2/+7
* Don't clear the FunctionalTestReporter.messages after each fileDaniel van Noord2023-02-201-3/+0
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-091-0/+4
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-1/+8
* [primer --prepare clone] Create a function for each actionPierre Sassoulas2023-02-061-23/+25
* [primer --prepare clone] Better error message in case of crashPierre Sassoulas2023-02-061-3/+12
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-021-2/+0
* [testutil] More information in output for functional test fail (#7948)Pierre Sassoulas2022-12-151-6/+12
* [primer] Fall back to no rcfile rather than pylint's (#7798)Jacob Walls2022-11-191-5/+11
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Tag primer commit strings with python versionJacob Walls2022-11-121-3/+8
* Allow specifying minimum python version for primer packagesJacob Walls2022-11-092-0/+15
* [use-implicit-booleaness] Fix comparison to empty strings across the codebase...Pierre Sassoulas2022-11-072-7/+6
* Make the order of introspected functional tests deterministic (#7602)kriek2022-10-241-1/+3
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-153-0/+5
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Use permanent links in the primer comment (#7332)Daniƫl van Noord2022-08-223-33/+64
* Fix ``mypy`` issues in primerDaniƫl van Noord2022-08-212-12/+14
* Use warningsDaniƫl van Noord2022-08-211-2/+5
* Fix up the message about ``astroid-error`` in the commentDaniƫl van Noord2022-08-211-4/+2
* Assert on fatal errors in primerDaniƫl van Noord2022-08-211-41/+22
* [testutil] Better assertion for configuration parsing failPierre Sassoulas2022-07-211-1/+1
* [primer] display results early instead of priming all the packages first (#7187)Pierre Sassoulas2022-07-151-38/+71
* [primer] Fix a silent fail when no command were given (#7185)Pierre Sassoulas2022-07-141-3/+5
* [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
* Bump or remove some ``TODOs`` (#7141)Daniƫl van Noord2022-07-071-1/+2
* [primer] Refactor the primer to use 'pylint.message.Message'Pierre Sassoulas2022-06-292-14/+20
* [primer] Better signature and naming in CompareCommandPierre Sassoulas2022-06-201-12/+16
* [primer] Add a test for truncating commentsPierre Sassoulas2022-06-201-1/+0
* [refactor] Add two function in primer compare commentPierre Sassoulas2022-06-201-7/+15
* [refactor] Reorganize the primer comment code before modificationPierre Sassoulas2022-06-201-67/+72
* [refactor] Burst the primer command in three filesPierre Sassoulas2022-06-205-218/+285
* Makes functional tests auto-update works even if the current output is wrong ...Pierre Sassoulas2022-06-131-40/+9
* [refactor] Move primer tools to 'pylint.testutils' (#6907)Pierre Sassoulas2022-06-111-0/+306
* [refactor] Make 'pylint.testutil.primer' a private APIPierre Sassoulas2022-06-102-1/+4
* [refactor] Create a primer package in 'pylint.testutils'Pierre Sassoulas2022-06-102-0/+7
* Move ``pylint_primer_tests`` into ``tests``Daniƫl van Noord2022-05-281-1/+1
* Cache and store primer packages via the default branch (#6703)Daniƫl van Noord2022-05-271-3/+4
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-233-6/+10
* Run linking and diadef handling with patched `sys.path` (#6617)Andreas Finkler2022-05-171-0/+2
* Use the standard config parser instead a new one in functional tests (#6572)Daniƫl van Noord2022-05-112-12/+43
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-051-0/+2
* Update tests and testoptions for PyPyDaniƫl van Noord2022-05-032-2/+6
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-012-3/+0
* Check documentation examples for fatal errors (#6475)Jacob Walls2022-04-301-0/+1
* Functional tests for ``pyreverse`` (#6449)Andreas Finkler2022-04-301-0/+58