summaryrefslogtreecommitdiff
path: root/tests/test_self.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-9/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-9/+9
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-11/+11
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-3/+3
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-0/+7
* Fixing some too long lines (#8339)Ollie2023-02-251-2/+2
* Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-071-0/+9
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-5/+7
* Add `no-header` run option (#7869)Dani Alcala2022-12-301-0/+12
* Add test for ModuleNotFoundError fixDaniel Harding2022-12-151-0/+13
* add test and expl for line-too-long useless-supp FP (#7887)Dani Alcala2022-12-031-0/+18
* Drop dependency on py module (#7829)Lumír 'Frenzy' Balhar2022-11-231-39/+38
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-8/+8
* Fix a false negative for ``unused-import`` (#7621)Mark Byrne2022-10-291-0/+33
* Fix astroid-error for parsing module encoding (#7663)Dani Alcala2022-10-231-1/+20
* [pre-commit.ci] pre-commit autoupdate (#7566)pre-commit-ci[bot]2022-10-041-1/+1
* Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniël van Noord2022-10-021-0/+5
* Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)Daniël van Noord2022-09-191-0/+1
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-1/+1
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+1
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-031-0/+14
* Add typing to ``test_self``Daniël van Noord2022-09-031-13/+13
* Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_p...Karthik Nadig2022-08-091-0/+18
* Fix failing tests in 'test_self.py' under MacOS (#7234)Mark Byrne2022-08-031-4/+14
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-6/+3
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-141-4/+4
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-24/+1
* [refactor] Use the context manager for PYTHONPATH in a testPierre Sassoulas2022-07-131-20/+7
* [pythonpath context manager] Fix a bug where pythonpath was not restored corr...Pierre Sassoulas2022-07-131-1/+1
* [test] Refactor to use pytest.parametrize more in pythonpathPierre Sassoulas2022-07-131-47/+18
* [test] Refactor to use pytest.parametrize morePierre Sassoulas2022-07-131-105/+33
* [refactor] Move the context manager for pythonpath in pylint.testutilPierre Sassoulas2022-07-131-32/+18
* [refactor] Move variables outside of the context managerPierre Sassoulas2022-07-131-51/+15
* [refactor] Move test context manager to pylint.testutilsPierre Sassoulas2022-07-111-19/+1
* Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-281-0/+21
* Replace deprecated uses of `do_exit` with `exit`Jacob Walls2022-06-231-1/+1
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-151-0/+10
* Merge branch 'maintenance/2.13.x' into main following 2.13.9 releasePierre Sassoulas2022-05-131-4/+4
|\
| * Bump pylint to 2.13.9, update changelogv2.13.9Pierre Sassoulas2022-05-131-4/+4
| * Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-1/+75
* | Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-1/+75
* | Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-6/+8
* | Make sure that --generate-rcfile generates a valid file (#6566)Daniël van Noord2022-05-101-0/+11
* | Make sure that --generate-toml-config generates a valid file (#6564)Daniël van Noord2022-05-101-0/+15
* | Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+0
* | Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* | [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+1
* | Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-261-45/+45