Show More
@@ -128,8 +128,9 b' class IEngineCoreTestCase(object):' | |||
|
128 | 128 | return d |
|
129 | 129 | |
|
130 | 130 | @parametric |
|
131 | def testExecuteFailures(cls): | |
|
132 |
return [(cls.runTestExecuteFailures, cmd, exc) |
|
|
131 | def testExecuteFailuresEngineService(cls): | |
|
132 | return [(cls.runTestExecuteFailures, cmd, exc) | |
|
133 | for cmd, exc in invalidCommands] | |
|
133 | 134 | |
|
134 | 135 | def runTestPushPull(self, o): |
|
135 | 136 | d = self.engine.push(dict(a=o)) |
General Comments 0
You need to be logged in to leave comments.
Login now