summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-6/+1
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-316-14/+14
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-299-18/+18
* [deprecation] Make 'OutputLine' require a fixed number of args (#8474)Pierre Sassoulas2023-03-281-47/+1
* [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-282-7/+7
* [refactor] Separate assertion from setup in functional test's testPierre Sassoulas2023-03-281-21/+32
* [testutil] Display recursive call for crowded functional test dirPierre Sassoulas2023-03-284-0/+16
* [testutil] Fix the algorithm for functional test discoveryPierre Sassoulas2023-03-282-3/+8
* [functional tests] Display all violations for disorganized directoriesPierre Sassoulas2023-03-281-1/+5
* [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-2817-29/+132
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-142-3/+4
* Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-251-1/+1
* [primer] Fall back to no rcfile rather than pylint's (#7798)Jacob Walls2022-11-191-2/+2
* Add typing to several test files (#7440)Daniël van Noord2022-09-091-2/+2
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-4/+14
* nest _test_environ_pythonpath independent of outside PYTHONPATH (#7367)Ben Greiner2022-08-271-17/+25
* Use permanent links in the primer comment (#7332)Daniël van Noord2022-08-227-124/+130
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-141-1/+1
* [primer] Fix a silent fail when no command were given (#7185)Pierre Sassoulas2022-07-141-0/+11
* [pythonpath context manager] Fix a bug where pythonpath was not restored corr...Pierre Sassoulas2022-07-131-1/+22
* [testutils] Add a parameter to context manager changing sys.path or cwdPierre Sassoulas2022-07-111-0/+50
* [primer] Add a test for truncating commentsPierre Sassoulas2022-06-202-29/+82
* [primer] Add tests for the primer comment generated for PR (#6969)Pierre Sassoulas2022-06-1810-0/+212
* Makes functional tests auto-update works even if the current output is wrong ...Pierre Sassoulas2022-06-131-7/+7
* [refactor] Make 'pylint.testutil.primer' a private APIPierre Sassoulas2022-06-101-1/+1
* [refactor] Create a primer package in 'pylint.testutils'Pierre Sassoulas2022-06-101-0/+0
* Run linking and diadef handling with patched `sys.path` (#6617)Andreas Finkler2022-05-175-0/+37
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Check documentation examples for fatal errors (#6475)Jacob Walls2022-04-301-0/+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-164-0/+58
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-142-8/+13
* Remove ``set_config_directly`` (#6123)Daniël van Noord2022-04-021-15/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-247-6/+12
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-245-0/+5
* Check functional test directory for correct structureDaniël van Noord2022-02-105-1/+10
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Make sure to split non-separated csv ``OuputLine's`` (#5665)Daniël van Noord2022-01-111-0/+11
* Create ``_config_initialization`` util and use in functional tests (#5591)Daniël van Noord2021-12-233-0/+27
* Add a DeprecationWarning to set_config_directly (#5511)Daniël van Noord2021-12-131-0/+15
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-1/+1
* Add a warning in functional test update for bad python versionsPierre Sassoulas2021-12-031-0/+12
* Add unit tests for LintModuleOutputUpdatePierre Sassoulas2021-12-031-0/+63
* Add ``min_pyver_end_position`` option (#5386)Daniël van Noord2021-11-251-15/+68
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-4/+52
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-241-0/+48
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-6/+1
* Add additional tests for ``OutputLine``Daniël van Noord2021-11-221-0/+17
* [refactor] Permit to get the expected exit code in configuration test frameworkPierre Sassoulas2021-11-227-0/+23
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-221-0/+0