summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Fix showing DeprecationWarnings for functional tests (#7665)Marc Mueller2022-10-231-19/+12
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-4/+0
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-4/+6
* Deprecate ``BaseChecker.config`` (#6278)Daniël van Noord2022-04-121-10/+6
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-20/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-1/+1
* Move LintModuleOutputUpdate to pylint.testutil.functionalPierre Sassoulas2021-12-031-22/+1
* Move the function go retrieve test file to pylint.testutil.functionalPierre Sassoulas2021-12-031-23/+6
* Deprecate some file in pylint/testutils and update changelogPierre Sassoulas2021-12-031-1/+1
* Move the filter for isort 5 out of the generic functionPierre Sassoulas2021-12-031-5/+6
* Rename get_tests to get_functional_test_files_from_directoryPierre Sassoulas2021-12-031-4/+5
* Add a path argument to get_tests for functional testsPierre Sassoulas2021-12-031-4/+6
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-6/+0
* Revert "Update functional test updater to print actual string (#5351)" (#5352)Daniël van Noord2021-11-211-1/+2
* Update functional test updater to print actual string (#5351)Daniël van Noord2021-11-211-2/+1
* Reorganize regression tests (#5130)Marc Mueller2021-10-081-2/+1
* Add test for crash on Compare node inference (#5057)Daniël van Noord2021-10-071-1/+2
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+10
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Fix update a functional test with no expected outputPierre Sassoulas2021-06-171-1/+1
* Improve traceback for pytest runsMarc Mueller2021-06-071-1/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Only print verbose logs if pytest -vMarc Mueller2021-03-261-3/+3
* Remove txt file during update for functional test without outputPierre Sassoulas2021-03-171-6/+5
* Add a test for too much functional files in the same directoryPierre Sassoulas2021-03-071-0/+9
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Permit to update malformatted functional testsPierre Sassoulas2021-01-241-1/+5
* Actually remove the file even if the tests failedPierre Sassoulas2021-01-011-3/+5
* Put test dialect for csv writer in the proper namespacePierre Sassoulas2021-01-011-9/+6
* Fix and simplify the update mechanism for functional testsPierre Sassoulas2021-01-011-33/+6
* Refactor a one liner that was on 4 linesPierre Sassoulas2021-01-011-7/+6
* Add constant for update file in pylint.test_utilsPierre Sassoulas2021-01-011-9/+7
* Sort the result of the output display during functional testsPierre Sassoulas2020-12-311-1/+0
* Fix undetected problem in functional .txt filesPierre Sassoulas2020-12-311-4/+14
* Fix python 3.6 pipeline without deprecation warning (?)Pierre Sassoulas2020-11-281-6/+16
* Fix python 3.5 pipeline that do not have deprecation to handlePierre Sassoulas2020-11-281-1/+1
* Silence expected deprecations warning in test_functional.pyPierre Sassoulas2020-11-281-1/+9
* Move UPDATE_OPTION in testutil.pyPierre Sassoulas2020-10-301-3/+2
* Add a warning when an output file is updatedPierre Sassoulas2020-10-301-1/+7
* Make the update option more modularPierre Sassoulas2020-10-301-2/+3
* Make the update option work again and document itPierre Sassoulas2020-10-301-4/+9
* Sets up copyrighthippo912020-08-201-0/+1
* Support both isort 4 and isort 5Damien Baty2020-08-181-0/+5