summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [test] Removes 'test_pylint_config_attr' (#8468)Pierre Sassoulas2023-03-201-23/+0
* Add typing to ``test_regr``Daniël van Noord2022-09-031-5/+5
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+0
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* Several ``argparse`` related refactors (#6337)Daniël van Noord2022-04-151-1/+2
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-4/+8
* Set ``Namespace`` on ``config`` instead of ``namespace``Daniël van Noord2022-04-141-0/+3
* Deprecate ``BaseChecker.config`` (#6278)Daniël van Noord2022-04-121-3/+3
* Remove ``OptionsProviderMixIn`` from ``BaseChecker``Daniël van Noord2022-04-111-2/+1
* Copy all ``OptionsProvideMixIn`` methods to ``ArgumentsProvider`` (#6257)Daniël van Noord2022-04-111-1/+1
* Copy all of ``OptionsManagerMixIn`` methods into ``_ArgumentsManager`` (#6214)Daniël van Noord2022-04-071-1/+0
* Create ``_ArgumentsProvider``Daniël van Noord2022-04-061-0/+1
* Change parent class order of ``PyLinter``Daniël van Noord2022-04-051-2/+2
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-0/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-16/+1
* Use pytest-timeout for testsSergey B Kirpichev2022-03-181-26/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Add casts to ``linter.reporter`` in testsDaniël van Noord2021-11-161-1/+10
* Fix deprecation 'check function will only accept sequence of string' (#5218)Pierre Sassoulas2021-10-271-14/+18
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-171-1/+0
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-3/+3
* Remove ``pytest`` marks in test_regr (#5076)Daniël van Noord2021-09-271-2/+0
* Fix loop in too-many-ancestors when an inheritance cycle is inferred (#5062)Andrew Haigh2021-09-241-0/+28
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-18/+16
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-3/+5
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-5/+7
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Remove unused and bugged pypy_version_infoPierre Sassoulas2021-02-071-5/+0
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-281-1/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-0/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+3
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-261-1/+1
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-201-2/+2
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+137