Commit b0899e0f authored by Jérome Perrin's avatar Jérome Perrin

only officejs tests

parent 02054bd7
...@@ -174,4 +174,4 @@ class FunctionalTests(ERP5): ...@@ -174,4 +174,4 @@ class FunctionalTests(ERP5):
def _getAllTestList(self): def _getAllTestList(self):
return [x for x in super(FunctionalTests, self)._getAllTestList() return [x for x in super(FunctionalTests, self)._getAllTestList()
if x.startswith('testFunctional') or ':testFunctional' in x] if ( x.startswith('testFunctional') or ':testFunctional' in x ) and ( 'Office' in x) ]
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