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

ERP5TypeTestCase: jedi workarounds

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