From 94f8b38ebbb1abe1aa6adb6862c4f2c9dd83fad6 Mon Sep 17 00:00:00 2001 From: Ayush Tiwari <ayush.tiwari@nexedi.com> Date: Fri, 7 Apr 2017 14:46:43 +0000 Subject: [PATCH] tests: Run all tests --- tests/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index e35e89ae90..d4fd0d07c1 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -33,7 +33,10 @@ class _ERP5(ERP5TypeTestSuite): component_re = re.compile(".*/([^/]+)/TestTemplateItem/portal_components" "/test\.[^.]+\.([^.]+).py$") for test_path in ( - glob('%s/bt5/erp5_business_package/TestTemplateItem/portal_components/test.*.test*.py' % path)): + glob('%s/product/*/tests/test*.py' % path) + + glob('%s/bt5/*/TestTemplateItem/test*.py' % path) + + glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)): + #glob('%s/bt5/erp5_business_package/TestTemplateItem/portal_components/test.*.test*.py' % path)): #glob('%s/product/*/tests/test*.py' % path) + #glob('%s/bt5/*/TestTemplateItem/test*.py' % path) + #glob('%s/bt5/*/TestTemplateItem/portal_components/test.*.test*.py' % path)): -- 2.30.9