diff --git a/product/ERP5/tests/testERP5WebCodingStyle.py b/product/ERP5/tests/testERP5WebCodingStyle.py
index 92761bc951461fa526eb05f61e40d01b6b506acc..a9969294615fcb281bd77a7293e5c30f54459f07 100644
--- a/product/ERP5/tests/testERP5WebCodingStyle.py
+++ b/product/ERP5/tests/testERP5WebCodingStyle.py
@@ -43,6 +43,9 @@ class CodingStyle(CodingStyleTestCase):
     """
     return ('erp5_base',
             'erp5_web',
+            'erp5_ingestion_mysql_innodb_catalog',
+            'erp5_ingestion',
+            'erp5_crm',
             )
 
 def test_suite():