Commit 364796f2 authored by Jérome Perrin's avatar Jérome Perrin

CodingStyleTestCase: include more context in test_SkinCodingStyle

parent 82ea693b
......@@ -82,6 +82,7 @@ class CodingStyleTestCase(ERP5TypeTestCase):
search_sub=True):
if getattr(aq_base(document), 'checkConsistency', None) is not None:
message_list.extend(document.checkConsistency())
self.maxDiff = None
self.assertEqual([], message_list)
def test_PythonSourceCode(self):
......
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