Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move testutils.py in its own package | Pierre Sassoulas | 2020-11-28 | 1 | -640/+0 |
| | |||||
* | Remove redundant character escape '\]' in _EXPECTED_RE | Pierre Sassoulas | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Fix 'function could be static' in testutils.py | Pierre Sassoulas | 2020-11-28 | 1 | -1/+2 |
| | |||||
* | Fix a typo in testutils.py | Pierre Sassoulas | 2020-11-28 | 1 | -2/+1 |
| | |||||
* | Apply suggestion done during review by @hippo91 | Pierre Sassoulas | 2020-10-30 | 1 | -10/+8 |
| | |||||
* | Add the command to launch for updating in error msg | Pierre Sassoulas | 2020-10-30 | 1 | -2/+8 |
| | |||||
* | Move UPDATE_OPTION in testutil.py | Pierre Sassoulas | 2020-10-30 | 1 | -0/+1 |
| | |||||
* | Reformat according to black and isort | hippo91 | 2020-10-18 | 1 | -6/+6 |
| | |||||
* | The assertion test in _check_output_text is made for each pair of ↵ | hippo91 | 2020-10-11 | 1 | -3/+11 |
| | | | | expected/received messages | ||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -0/+2 |
| | |||||
* | Chore: use https links (#3679) | 谭九鼎 | 2020-06-11 | 1 | -1/+1 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+5 |
| | |||||
* | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -7/+5 |
| | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
* | Add regression test for unused-argument and raise | Claudiu Popa | 2020-03-13 | 1 | -2/+3 |
| | | | | Close #3416 | ||||
* | Add exclude_platforms to functional tests and use it for non_ascii_name check | Claudiu Popa | 2020-03-11 | 1 | -0/+8 |
| | |||||
* | Make pylint happy with itself | Mr. Senko | 2019-11-04 | 1 | -11/+17 |
| | | | | see https://travis-ci.org/PyCQA/pylint/jobs/605392803 | ||||
* | Move classes to testutils to help 3rd party plugin tests | Mr. Senko | 2019-11-04 | 1 | -4/+314 |
| | | | | | as proposed in https://github.com/PyCQA/pylint-django/pull/252#issuecomment-547931027 | ||||
* | Remove redundant compatibility code (#3097) | Hugo van Kemenade | 2019-09-12 | 1 | -9/+3 |
| | | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version. | ||||
* | Fix - C0412: Imports from package x are not grouped | Pierre Sassoulas | 2019-03-20 | 1 | -6/+5 |
| | |||||
* | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -6/+6 |
| | |||||
* | Refactor - Rename PylintASTWalker to ASTWalker | Pierre Sassoulas | 2019-03-09 | 1 | -2/+2 |
| | | | | | For obvious reasons. See review here : https://github.com/PyCQA/pylint/pull/2654#discussion_r263843101 | ||||
* | Reformat the code with black | Claudiu Popa | 2018-09-17 | 1 | -24/+32 |
| | |||||
* | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -0/+3 |
| | |||||
* | Add new checker useless-object-inheritance. | ssolanki | 2018-06-20 | 1 | -2/+2 |
| | | | | Close #2177 | ||||
* | Remove six package usages. (#2151) | Sushobhit | 2018-05-27 | 1 | -5/+4 |
| | |||||
* | Add ability to specify message column offset independent of node for ↵ | Bryce Guinta | 2018-01-03 | 1 | -1/+3 |
| | | | | messages that rely on tokens | ||||
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -1/+12 |
| | |||||
* | Make functions and classes from testutils private. Close #1438 | Claudiu Popa | 2017-07-08 | 1 | -107/+7 |
| | |||||
* | Remove unneeded test utilities. | Derek Gustafson | 2016-12-08 | 1 | -41/+1 |
| | |||||
* | Reduce dependency on unittest | Derek Gustafson | 2016-12-06 | 1 | -24/+9 |
| | |||||
* | Added test_functional tests back in. | Derek Gustafson | 2016-12-06 | 1 | -0/+2 |
| | |||||
* | Added test_func tests back in. | Derek Gustafson | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Fix pylint warnings. | Derek Gustafson | 2016-12-06 | 1 | -0/+9 |
| | |||||
* | Switch test runner from unnittest to pytest. | Derek Gustafson | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | Add confidence to error messages about `str.translate` and ↵ | Roy Williams | 2016-12-05 | 1 | -6/+14 |
| | | | | `str.encode/decode` (#1197) | ||||
* | PyLinter.should_analyze_file has a new optional parameter, called `is_argument` | Claudiu Popa | 2016-08-23 | 1 | -0/+5 |
| | | | | Close #1079 | ||||
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+4 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
* | Add the new shorter license header, including to missing files. Close #894. | Claudiu Popa | 2016-06-01 | 1 | -15/+3 |
| | |||||
* | Allow UnittestLinter.is_message_enabled to take kwargs | xmo-odoo | 2016-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | External examples of custom linters (e.g. @nedbat's edx_lint[0]) and some internal pylint code[1] pass is_message_enabled's `line` parameter by keyword. However this does not work when trying to test those lints using the UnittestLinter mock object, as its is_message_enabled only takes positional parameters. [0] https://github.com/edx/edx-lint/blob/master/edx_lint/pylint/getattr_check.py#L63 [1] https://github.com/PyCQA/pylint/blob/master/pylint/test/unittest_lint.py#L261 | ||||
* | Rename display_results to display_reports, the old name being deprecated. | Claudiu Popa | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | Remove features in 1.6.0 which were scheduled for removal. | Claudiu Popa | 2015-12-17 | 1 | -2/+5 |
| | |||||
* | Fix new import related errors in pylint's codebase. | Claudiu Popa | 2015-11-25 | 1 | -6/+5 |
| | |||||
* | Correct the name of the messages. | Claudiu Popa | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | Disable not-iterable-context for a couple of false positives. | Claudiu Popa | 2015-10-18 | 1 | -0/+2 |
| | |||||
* | Update pylint to use the new astroid.parse, not testutils.build_module. | Claudiu Popa | 2015-07-13 | 1 | -2/+2 |
| | |||||
* | Fix some pylint warnings over pylint's codebase. | Claudiu Popa | 2015-05-16 | 1 | -8/+8 |
| | |||||
* | Ignore Jython compiled files when gathering old style tests. | Claudiu Popa | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Fix other pylint warnings over pylint's codebase. | Claudiu Popa | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Get rid of abstract-method warnings emitted over pylint's codebase. | Claudiu Popa | 2015-05-07 | 1 | -0/+2 |
| |