summaryrefslogtreecommitdiff
path: root/tests/functional/l
Commit message (Expand)AuthorAgeFilesLines
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-072-7/+12
* Fix ``logging-fstring-interpolation`` false positive (#7846)Dani Alcala2022-11-262-0/+9
* [literal-comparison] Make the message explicit with the solutionPierre Sassoulas2022-08-252-18/+18
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-186-11/+6
* [tests cleanup] Move line-too-long and logging functional tests together (#7206)Pierre Sassoulas2022-07-2038-0/+0
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-044-9/+18
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-0/+2
* Disable test for logging messages againDudeNr332022-04-191-0/+2
* Fix enabling `deprecated-module` after `disable=all` (#6360)Jacob Walls2022-04-181-2/+0
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-181-1/+1
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-165-0/+10
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-052-137/+0
* Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)Daniël van Noord2022-02-142-10/+74
* Add ``lru-cache-decorating-method`` checker (#5674)Daniël van Noord2022-01-142-0/+73
* Move ``TestLoggingModuleDetection`` to functional tests (#5428)Daniël van Noord2021-11-2916-16/+90
* Update functional test expected output (#5349)Daniël van Noord2021-11-2412-64/+64
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-172-14/+20
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-102-211/+0
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-012-2/+2
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-304-4/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-304-6/+6
* Revert "Fix existing tests"Marc Mueller2021-06-101-2/+2
* Fix existing testsMarc Mueller2021-06-101-2/+2
* Fix warning expected on logger class created from renamed importPierre Sassoulas2021-05-292-2/+4
* Reactivate test that was removed waiting for an astroid mergePierre Sassoulas2021-04-011-4/+2
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-172-2/+1
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-172-2/+3
* Migrate func_loopvar_in_dict_comp_py27.py to new functional testsPierre Sassoulas2021-03-142-0/+9
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-091-1/+1
* Fix astroid.Inference error for undefined-variables with len()Marc Mueller2021-03-082-0/+11
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-0/+8
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-072-0/+17
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2411-81/+81
* Remove test for function inference as astroid is not ready yetPierre Sassoulas2020-12-312-13/+12
* Add a test for function with comprehension or generatorPierre Sassoulas2020-12-312-1/+16
* Better and faster implementation of instance_has_boolPierre Sassoulas2020-12-312-5/+3
* Add a test for function in len() call for len_checkPierre Sassoulas2020-12-312-0/+14
* Handle range, generator list/dict/set comprehensionPierre Sassoulas2020-12-312-1/+10
* Restrict the number of classes affected by len-as-conditionPierre Sassoulas2020-12-312-1/+47
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-291-0/+0
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1
* Add simplifiable-condition and condition-evals-to-constant to the refactoring...ethan-leba2020-08-311-1/+1
* Add bool() check for len-as-conditionethan-leba2020-08-312-0/+5
* Remove bad-whitespace disabling in all codePierre Sassoulas2020-05-031-1/+1
* Brought back logging-fstring-interpolationAshley Whetter2020-04-276-25/+25
* Add support for disabling line-too-long for multilines stringshippo912019-11-192-0/+37
* Removed Python 2 specific checksClaudiu Popa2019-09-171-1/+1
* Allow f-strings as a valid logging string formatting choiceAshley Whetter2019-09-104-13/+13
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0