summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+10
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-201-1/+1
* [tests lint] Fix all W0612 unused-variable in pylint's own testsPierre Sassoulas2020-04-201-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-3/+2
* Add exclude_platforms to functional tests and use it for non_ascii_name checkClaudiu Popa2020-03-111-4/+0
* Allow non-ASCII characters in identifiers in the invalid-name rule and add no...bernie gray2020-03-111-1/+6
* Move classes to testutils to help 3rd party plugin testsMr. Senko2019-11-041-312/+4
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-6/+2
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-101-1/+2
* [functional tests] Clearer fatal fail error messagePierre Sassoulas2019-09-101-1/+3
* [functional tests] Use walk instead of listdirPierre Sassoulas2019-09-101-3/+6
* [functional tests] Clearer error message when file not foundPierre Sassoulas2019-09-101-2/+1
* [functional tests] Add __repr__ for FunctionalTestFilePierre Sassoulas2019-09-101-0/+3
* [test/functional] Better error message for failPierre Sassoulas2019-09-101-1/+1
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-77/+92
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+384