Fix Pylint: E0110(abstract-class-instantiated)

This commit is contained in:
stv
2015-02-16 08:16:27 -08:00
parent 2e1400f842
commit ee2404c0d2

View File

@@ -119,8 +119,8 @@ class TestErrorModuleConstruction(unittest.TestCase):
"""
Test that error module construction happens correctly
"""
def setUp(self):
# pylint: disable=abstract-class-instantiated
super(TestErrorModuleConstruction, self).setUp()
field_data = Mock(spec=FieldData)
self.descriptor = BrokenDescriptor(