Commit d222b4f6 authored by Julien Muchembled's avatar Julien Muchembled

qa: speed up testERP5TypeInterfaces

parent 25042ac5
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
# #
############################################################################## ##############################################################################
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from zope.interface.verify import verifyClass from zope.interface.verify import verifyClass
import unittest import unittest
...@@ -50,7 +49,7 @@ implements_tuple_list = [ ...@@ -50,7 +49,7 @@ implements_tuple_list = [
'ILocalRoleGenerator'), 'ILocalRoleGenerator'),
] ]
class TestERP5TypeInterfaces(ERP5TypeTestCase): class TestERP5TypeInterfaces(unittest.TestCase):
"""Tests implementation of interfaces""" """Tests implementation of interfaces"""
def testTransactionIDataManager(self): def testTransactionIDataManager(self):
......
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