summaryrefslogtreecommitdiff
path: root/pylint/test/extensions
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-2025-5033/+0
* Now that we support IfExp inference, address a testClaudiu Popa2019-06-012-15/+15
* Flip around the message of broad_try_clauseClaudiu Popa2019-04-291-1/+1
* Add broad try clause extension. (#2890)Tyler Thieding2019-04-292-0/+66
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+15
* Fix - An error added when applying isort/black everywherePierre Sassoulas2019-03-202-5/+3
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-3/+3
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-2011-19/+16
* Support optional ~ or ! prefix for docstring typesJim Robertson2018-12-281-1/+54
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-1/+199
* Make ``compare-to-zero`` less zealous by checking against equality and identityClaudiu Popa2018-12-142-7/+5
* adapt existing test cases with new condition for unnecessary-passssolanki2018-08-091-8/+0
* Update copyright noticesClaudiu Popa2018-07-1512-11/+18
* adapt existing test cases for useless-object-inheritance.ssolanki2018-06-212-2/+2
* pyupgrade (#2136)Anthony Sottile2018-05-221-7/+7
* Take annotations in account for missing-type-doc and missing-return-docSushobhit2018-05-192-0/+185
* Fix an error which occurred when using the docparams extension and documentin...Adam Dangoor2018-05-161-0/+12
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-071-0/+111
* Ignore 'optional' type specifier for google docstring (#2023)Adrian Chirieac2018-04-241-0/+21
* Fixed false positive when a numpy Attributes section follows a Parameters sec...Ashley Whetter2018-02-161-0/+23
* Regenerate copyright noticesClaudiu Popa2017-12-1512-13/+33
* Fixed false positive for compact argument docs with container typesAshley Whetter2017-11-111-3/+25
* Fixed masking of docparam test failuresAshley Whetter2017-11-111-4/+4
* Support for Google docstring Keyword Args sections (#1664)hippo912017-09-171-0/+57
* Allow simple xrefs for types in docstrings (#1602)Mitar2017-08-251-0/+41
* fixup! Added docparams property testsAshley Whetter2017-07-081-10/+76
* Added docparams property testsAshley Whetter2017-07-081-0/+332
* docparams checks for errors in a setters property docstringAshley Whetter2017-07-081-0/+15
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-311-0/+22
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-111-13/+37
* Can detect multiple types in docstring type fields (#1294)Ashley Whetter2017-01-271-0/+65
* Refactor pytest fixtures. (#1255)Derek Gustafson2017-01-037-99/+60
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-312-0/+84
* fix pytest-warning; TestReporter is not a class that contains tests (#1249)Ɓukasz Rogalski2016-12-301-2/+2
* Add new extension for comparison against empty string constants (#1183)Alexander Todorov2016-12-292-0/+70
* Remove unittest dependancy of test_overlapping_exceptions (#1232)Derek Gustafson2016-12-211-59/+49
* Merge pull request #1199 from degustaf/pytestClaudiu Popa2016-12-1810-399/+282
|\
| * Parametrized testsDerek Gustafson2016-12-081-66/+33
| * Removed setup and teardown functions.Derek Gustafson2016-12-085-159/+173
| * Remove pytest.main calls.Derek Gustafson2016-12-0710-58/+0
| * Reduce dependency on unittestDerek Gustafson2016-12-0610-165/+170
| * Fix pylint warnings.Derek Gustafson2016-12-065-55/+10
| * Switch test runner from unnittest to pytest.Derek Gustafson2016-12-066-31/+31
* | Extracted overlapping exceptions checker into extensionErik2016-12-153-0/+145
|/
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-2310-20/+34
* Bisect 'missing-[returns|yield]-doc' warnings into separate text/type checks.Glenn Matthews2016-07-192-84/+130
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-1910-0/+20
* Do not crash when calling unpack_infer. Close #998Claudiu Popa2016-07-181-0/+34
* Recognize multiple valid keyword synonyms, supported by SphinxGlenn Matthews2016-07-182-4/+23
* Make sure that only exception instances or classes are processed.Claudiu Popa2016-07-181-0/+32