summaryrefslogtreecommitdiff
path: root/test/unittest_checker_python3.py
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-02-09 22:39:08 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-02-09 22:39:08 +0200
commit3e8467396311c5668a192f7a94b08c02fe370b51 (patch)
tree87affa38a8ebef15f830935d1eed1df1b9b6d1d0 /test/unittest_checker_python3.py
parentd2bdd8ab9b0ed7e2f2a568b04fc0f8d1a5238e8a (diff)
downloadpylint-3e8467396311c5668a192f7a94b08c02fe370b51.tar.gz
Use all the inferred statements for the super-init-not-called check.
For the super-init-not-called check, ``next(expr.infer())`` was used, which returned as the first statement an YES node, which resulted in the node being skipped for processing. Inferring all the objects would have returned the actual classes for which the parent was indeed called. This patch changes that to a infer-all strategy, which should yield better results. Closes issue #389.
Diffstat (limited to 'test/unittest_checker_python3.py')
0 files changed, 0 insertions, 0 deletions