Commit 04c74cd1 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Remove scripts from ignore list (test)

parent 73018a66
......@@ -40,9 +40,7 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
CodingStyleTestCase.afterSetUp(self)
CodingStyle.ignored_skin_id_set.update({
'InstanceTree_viewConsumptionReport',
'Person_viewResourceConsumptionReport',
'SystemPreference_viewSlapOS',
'Ticket_viewAsHateoas'})
'Person_viewResourceConsumptionReport'})
SlapOSTestCaseMixin.afterSetUp(self)
......@@ -72,4 +70,4 @@ def test_suite():
suite.addTest(unittest.makeSuite(makeTestSlapOSCodingStyleTestCase(bt)))
suite.addTest(unittest.makeSuite(makeTestSlapOSCodingStyleTestCase('slapos_erp5')))
return suite
\ No newline at end of file
return suite
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