Commit 36a68a18 by Jay Zoldak

Change pylint settings to not report in importing assert_* from nose.tools

parent 424570c6
...@@ -100,6 +100,11 @@ ignore-mixin-members=yes ...@@ -100,6 +100,11 @@ ignore-mixin-members=yes
# (useful for classes with attributes dynamically set). # (useful for classes with attributes dynamically set).
ignored-classes=SQLObject ignored-classes=SQLObject
# See http://stackoverflow.com/questions/17156240/nose-tools-and-pylint
# Pylint does not like the way that nose tools inspects and makes available
# the assert classes
ignored-classes=nose.tools,nose.tools.trivial
# When zope mode is activated, add a predefined set of Zope acquired attributes # When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members. # to generated-members.
zope=no zope=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment