diff --git a/product/ERP5Type/CodingStyle.py b/product/ERP5Type/CodingStyle.py
index 55eb535de3659065dbcb1b5ff9fd65a4e1c6b70f..4ce371ca1b48a266102fc1c55b9b5604bb677c79 100644
--- a/product/ERP5Type/CodingStyle.py
+++ b/product/ERP5Type/CodingStyle.py
@@ -79,6 +79,7 @@ def getSkinPrefixList(self):
     'ERP5Type',
 
     'Entity', # A base class for Person / Organisation
+    'Zuite', # Products.Zelenium test suites
     'Form', # Acceptable for ERP5 Forms which will soon become portal types too
     'Brain', # Catalog brains
   ))