buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats3_aste.py
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
--- a/buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats3_aste.py	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats3_aste.py	Sun Oct 10 15:22:15 2010 +0300
@@ -20,8 +20,6 @@
 #===============================================================================
 
 """ Testing ATS3 ASTE framework. """
-
-# pylint: disable=W0603,W0142,R0903,R0911,R0912,R0902,R0901,R0201
 # pylint: disable=E1101
 #E1101 => Mocker shows mockery
 #R* remove during refactoring
@@ -61,6 +59,7 @@
         self.__dict__.update(kwargs)
     
 
+# pylint: disable=R0911
 def equal_xml(xml1, xml2):
     """Check the equality of the given XML snippets.