summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash which occurred when using multiple jobs and the filesClaudiu Popa2015-01-161-1/+3
* Check the number of arguments before attempting to obtain the first one.Claudiu Popa2015-01-121-0/+8
* Add the method names for the 'signature-differs' and 'argument-differs'Claudiu Popa2015-01-112-2/+2
* Add ChangeLog entry for the JSON report and fix the test.Claudiu Popa2015-01-041-11/+18
* Merged in vtemian/pylint (pull request #198)Claudiu Popa2015-01-042-1/+57
|\
| * Merged from remoteVlad Temian2014-11-2248-283/+366
| |\
| * | Added JSONReporter to test_self.py.RunTC.test_allVlad Temian2014-11-221-1/+3
| * | Added json reporterVlad Temian2014-11-041-0/+54
* | | Improve a couple of things for redundant-unittest-assert.Claudiu Popa2015-01-042-4/+13
* | | Merged in vtemian/pylint/redundant-assert (pull request #202)Claudiu Popa2015-01-042-0/+27
|\ \ \
| * | | Improve testsredundant-assertVlad Temian2014-11-222-0/+6
| * | | Fix code style and naming convention issues after reviewVlad Temian2014-11-222-4/+12
| * | | Test redundant unittest assertVlad Temian2014-11-222-0/+13
| | |/ | |/|
* | | Fix a false positive with invalid-slots-objects and unicode strings. Closes i...Claudiu Popa2015-01-031-0/+12
* | | Use a DeprecationWarning for ParseableTextReporter.Claudiu Popa2015-01-031-1/+12
* | | Fix a false positive on Python 2 for raising-bad-type and tuples.Claudiu Popa2015-01-021-0/+61
* | | Cleanup lint.py.Claudiu Popa2015-01-021-2/+2
* | | Don't filter out builtins when checking for raising-non-exception.Claudiu Popa2015-01-022-10/+39
* | | Fix a false negative with raising-non-exception.Claudiu Popa2015-01-023-0/+16
* | | Add the name of the abstract class in abstract-class-instantiated message.Claudiu Popa2015-01-023-9/+9
* | | Fix a false positive with catching-non-exception and tuples ofClaudiu Popa2014-12-292-1/+23
* | | Use a mro traversal for finding abstract methods. Closes issue #415.Claudiu Popa2014-12-218-40/+216
* | | Fix typos in docstringBioGeek/fix-typos-in-docstring-1418910993320BioGeek2014-12-181-1/+1
* | | Proper abstract method lookup while checking for abstract-class-instantiated.Claudiu Popa2014-12-162-3/+54
* | | Have the python3 checker warn for round() and input().Brett Cannon2014-12-121-1/+2
* | | Fix 2.x open mode check; Add more testsCosmin Poieana2014-12-054-0/+34
* | | Merge; Fix open mode bugCosmin Poieana2014-12-056-5/+35
|\ \ \
| * \ \ Merge; Fix according to reviewCosmin Poieana2014-11-306-5/+31
| |\ \ \
| | * \ \ Fix opening mode check. Closes Issue #307Cosmin Poieana2014-11-226-5/+26
| | |\ \ \ | | | |/ /
* | | | | Check the return of properties when checking for not-callable.Claudiu Popa2014-12-051-1/+46
* | | | | Simplify _annotated_unpack_infer.Claudiu Popa2014-12-042-0/+9
* | | | | Improve the reporting for dangerous-default-value.Claudiu Popa2014-12-033-4/+20
* | | | | Look only in the current function's scope for bad-super-call. Closes issue #403.Claudiu Popa2014-12-032-0/+17
|/ / / /
* | | | Added test for issue #263Calin Don2014-11-221-0/+47
|/ / /
* | | Convert some testcases to the new framework.Torsten Marek2014-11-2218-70/+64
* | | Use the public method astroid.nodes.Class.is_subtype_of.Torsten Marek2014-11-221-1/+1
* | | Fix tests to work with the new astroid release.Claudiu Popa2014-11-225-9/+3
* | | Fix false positives with the old-octal-literal.Claudiu Popa2014-11-221-1/+1
|/ /
* | tests: fix more tests broken by max-line-length changeSylvain Th?nault2014-11-192-2/+2
* | Change default max-line-length to 100 rather than 80Sylvain Th?nault2014-11-195-17/+17
* | Improve the octal regex.Claudiu Popa2014-11-181-2/+3
* | Fix more false positives for old-octal-literal.Claudiu Popa2014-11-181-4/+5
* | Fix the flawed check of old octal syntax.Claudiu Popa2014-11-171-0/+5
* | Add 'implicit-map-evaluation' to Python 3 porting checker.Claudiu Popa2014-11-171-0/+10
* | Add hex, oct, nonzero and cmp to the list of methods removed in Python 3.Claudiu Popa2014-11-171-0/+12
* | Simplify special methods test.Claudiu Popa2014-11-171-26/+10
* | Simplify the bad builtin test.Claudiu Popa2014-11-171-50/+18
* | Use python2_only as a class decorator.Claudiu Popa2014-11-171-3/+1
* | Simplify token-based tests in unittest_checker_python3.Claudiu Popa2014-11-171-12/+9
* | Add 'old-octal-literal' to Python 3 porting checker.Claudiu Popa2014-11-171-0/+7