summaryrefslogtreecommitdiff
path: root/tests/functional/e
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-295-7/+7
* Remove broken rcfile from ``empty_docstring`` testDaniel van Noord2023-02-201-3/+0
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-4/+4
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-221-1/+1
* Add a functional test for combinations of ``enum.Flag`` constants with bitwis...Mark Byrne2022-09-221-1/+17
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-187-20/+17
* Fix a crash when linting ``__new__()`` methods that return a call (#6822)Huw Jones2022-06-052-0/+44
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-102-2/+2
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-1/+1
* Enum: Add support for self-defined members (#5847)Huw Jones2022-05-042-0/+66
* [spelling] Capitalize emacs where it makes sensePierre Sassoulas2022-04-262-2/+2
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Add a checker for misleading unicode (#5311)Kound2022-01-131-0/+1
* Diff generated by python test_functional.py --update-functional-output (#5660)Jacob Walls2022-01-101-1/+1
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-206-0/+15
* Move ``TestDocstring`` to functional tests (#5404)Daniël van Noord2021-11-263-0/+14
* Update functional test expected output (#5349)Daniël van Noord2021-11-244-21/+21
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-239-72/+0
* Migrate test for extension to functional testsPierre Sassoulas2021-11-239-0/+72
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-303-2/+0
* Add regression tests for issue with subclassed enumsPierre Sassoulas2021-08-161-2/+62
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-062-9/+10
* Add regression tests for Enum.name and .value inference (#4558)Andrew Haigh2021-06-161-0/+19
* Remove txt file during update for functional test without outputPierre Sassoulas2021-03-171-2/+0
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-2/+2
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-171-1/+1
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-173-2/+4
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-072-0/+59
* Remove tests that only run pre-Python 3.6David Gilman2021-02-166-68/+0
* Add column to the information checked for functional testsPierre Sassoulas2021-01-244-21/+21
* Fix location metadata on backslash lint checksMatthew Suozzo2021-01-042-2/+3
* Fix 'use-symbolic-message-instead' error in 'excess escape'Pierre Sassoulas2021-01-031-1/+1
* Move excess escape functional test to new frameworkPierre Sassoulas2021-01-032-0/+40
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-034-4/+4
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-1013-0/+113