summaryrefslogtreecommitdiff
path: root/tests/input
Commit message (Collapse)AuthorAgeFilesLines
* benchmark| Potential solution for performance regressions (#3473)Frank Harrison2020-04-261-0/+0
| | | | | | | | | | | | | * benchmark| Add benchmarking option to tox * benchmark| Adds basic performance benchmark baselines for pylint Here we establish baseline benchmarks for the system when used in minimal way. Here we just confirm that -j1 vs -jN gives some boost in performance under simple situations, establishing a baseline for other benchmarks. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Improve the testing around the new --fail-under flagClaudiu Popa2019-11-212-24/+0
|
* Add support for --fail-under flagsyutbai2019-11-212-0/+24
| | | | | | | | | | | Add a --fail-under <score> flag, also configurable in a `.pylintrc`file If the final score is more than the specified score, it's considered a success and pylint exits with exit code 0. Otherwise, it's considered a failure and pylint exits with its current exit code based on the messages issued. Close #2242
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-1/+1
| | | | Close #3175
* Removed Python 2 specific checksClaudiu Popa2019-09-172-18/+1
| | | | | Certain checks such as relative-import, invalid-encoded-data and missing-super-argument were removed as they no longer make sense on Python 3.
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-173-4/+4
|
* Stopped installing tests with packageAshley Whetter2019-06-2075-0/+1442