summaryrefslogtreecommitdiff
path: root/tests/functional/l
Commit message (Expand)AuthorAgeFilesLines
* 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
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-1028-0/+459