summaryrefslogtreecommitdiff
path: root/tests/input
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-242-2/+0
* Spelling and grammar fixesVille Skyttä2021-09-172-2/+2
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-019-16/+7
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-172-0/+54
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-141-0/+6
* Performance improvment of the Similarity checker (#4565)hippo912021-07-282-0/+2
* Fix cyclic import with TYPE_CHECKING (#4703)Marc Mueller2021-07-193-0/+18
* [duplicate-code] Fix ignored empty functions by similarities checker with ign...Maksym Humetskyi2021-07-052-0/+14
* [duplicate-code] Fix crash when analysing empty function with docstringPierre Sassoulas2021-07-012-0/+6
* Add ignore_signatures to similarity checker (#4474)Aditya Gupta2021-05-172-0/+23
* Migrate func_w406.py to new functional testsPierre Sassoulas2021-03-141-10/+0
* Migrate func_first_arg.py to new functional testsPierre Sassoulas2021-03-141-42/+0
* Migrate func_w0613.py to new functional testsPierre Sassoulas2021-03-141-42/+0
* Migrate func_w0405.py to new functional testsPierre Sassoulas2021-03-141-31/+0
* Migrate func_w0611.py to new functional testsPierre Sassoulas2021-03-141-25/+0
* Migrate func_dotted_ancestor.py to new functional testsPierre Sassoulas2021-03-142-62/+0
* Migrate func_e12xx.py to new functional testsPierre Sassoulas2021-03-141-28/+0
* Migrate nonregr___file___global.py to new functional testsPierre Sassoulas2021-03-141-8/+0
* Migrate func_no_dummy_redefined.py to new functional testsPierre Sassoulas2021-03-141-14/+0
* Migrate func_module___dict__.py to new functional testsPierre Sassoulas2021-03-141-9/+0
* Migrate func_loopvar_in_dict_comp_py27.py to new functional testsPierre Sassoulas2021-03-141-8/+0
* Migrate func_unused_import_py30.py to new functional testsPierre Sassoulas2021-03-141-20/+0
* Migrate func_e13xx.py (format error) to new functional testsPierre Sassoulas2021-03-141-21/+0
* Migrate func_w0404.py (reimported) to new functional testsPierre Sassoulas2021-03-141-27/+0
* Migrate func_typecheck_callfunc_assigment.py to new functional testsPierre Sassoulas2021-03-071-61/+0
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-0719-506/+0
* Migrate nameerror_on_string_substitution to new functional testsPierre Sassoulas2021-03-071-8/+0
* Migrate func_variables_unused_name_from_wilcard_import.py to new functional t...Pierre Sassoulas2021-03-071-3/+0
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-071-45/+0
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-071-13/+0
* Migrate func_e0012.py to new functional testsPierre Sassoulas2021-03-071-4/+0
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-071-20/+0
* Migrate func_w0612.py to new functional testsPierre Sassoulas2021-03-071-37/+0
* bug2674Frank Harrison2021-03-061-0/+5
* Move excess escape functional test to new frameworkPierre Sassoulas2021-01-031-30/+0
* mapreduce| Adds map/reduce functionality to SimilarCheckerFrank Harrison2021-01-022-0/+99
* Move func_bug113231 to new functional testsPierre Sassoulas2021-01-011-24/+0
* Move func_disable_linebased to new functional testsPierre Sassoulas2021-01-011-14/+0
* fixed issue 3726: enhanced similarity checker (#3837)Eli Fine2020-09-192-0/+50
* Add simplifiable-condition and condition-evals-to-constant to the refactoring...ethan-leba2020-08-311-1/+1
* Chore: use https links (#3679)谭九鼎2020-06-113-3/+3
* Remove all tests concerning bad-continuationPierre Sassoulas2020-05-021-38/+0
* benchmark| Potential solution for performance regressions (#3473)Frank Harrison2020-04-261-0/+0
* Improve the testing around the new --fail-under flagClaudiu Popa2019-11-212-24/+0
* Add support for --fail-under flagsyutbai2019-11-212-0/+24
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-1/+1
* Removed Python 2 specific checksClaudiu Popa2019-09-172-18/+1
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-173-4/+4