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

ERP5TypeTestCase: jedi workarounds

parent 34529511
......@@ -19,6 +19,7 @@ import sys
import time
import traceback
import urllib
import unittest
import ConfigParser
from contextlib import contextmanager
from cStringIO import StringIO
......@@ -221,7 +222,7 @@ except ImportError:
pass
class ERP5TypeTestCaseMixin(ProcessingNodeTestCase, PortalTestCase):
class ERP5TypeTestCaseMixin(ProcessingNodeTestCase, PortalTestCase, unittest.TestCase, object):
"""Mixin class for ERP5 based tests.
"""
def __init__(self, *args, **kw):
......
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