summaryrefslogtreecommitdiff
path: root/pylint/testutils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-262-3/+3
* [spelling] Fix a typo in 'ending'Pierre Sassoulas2022-04-261-1/+1
* Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-261-0/+45
* Rename remaining TypeVars (#6446)Marc Mueller2022-04-231-2/+2
* Add a TODO for ``CHECKER_CLASS``Daniël van Noord2022-04-211-2/+4
* Finish typing of ``pylint/testutils/decorator.py``Daniël van Noord2022-04-211-11/+5
* Finish typing of ``pylint/testutils/checker_test_case.py``Daniël van Noord2022-04-211-6/+9
* Finish typing of ``pylint/testutils/global_test_linter.py``Daniël van Noord2022-04-211-1/+1
* Finish typing of ``pylint/testutils/unittest_linter.py``Daniël van Noord2022-04-211-4/+10
* Remove ``__implements__ = IReporter``Daniël van Noord2022-04-191-2/+0
* Make ``Message`` a ``dataclass`` (#6381)Daniël van Noord2022-04-181-1/+1
* Prevent false negatives for fatal errors with `--minimal-messages-config`Jacob Walls2022-04-171-0/+3
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-162-4/+17
* Transition ``pyreverse`` from ``optparse`` to ``argparse`` (#6334)Daniël van Noord2022-04-151-1/+6
* Move '_patch_stream' to pylint.testutilPierre Sassoulas2022-04-151-0/+15
* Fix option setting in our testsuiteDaniël van Noord2022-04-151-13/+17
* Add some manual typing changes (#6325)Daniël van Noord2022-04-142-2/+3
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+1
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-142-5/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-144-5/+5
* Use ``python-typing-update`` on ``pylint/testutils`` directoryDaniël van Noord2022-04-1414-104/+125
* Remove the ``optparse`` section from ``set_config`` (#6289)Daniël van Noord2022-04-131-28/+1
* Let ``UnittestLinter`` subclass ``PyLinter``Daniël van Noord2022-04-131-9/+5
* Create ``_OutputFormatAction`` (#6267)Daniël van Noord2022-04-111-1/+1
* Copy all of ``OptionsManagerMixIn`` methods into ``_ArgumentsManager`` (#6214)Daniël van Noord2022-04-071-4/+1
* Add ``prog`` and ``usage`` to ``_ArgumentsManager``Daniël van Noord2022-04-061-1/+1
* Use namespace in PyLinter and testsDaniël van Noord2022-04-052-2/+2
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-2/+6
* Change naming and imports of ``_Arguments``Daniël van Noord2022-04-041-3/+3