Commit 88318b3b authored by Łukasz Nowak's avatar Łukasz Nowak

Initialise magic.

parent d3b44696
...@@ -116,6 +116,9 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase): ...@@ -116,6 +116,9 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase):
self.assertEqual(open(self.simulator).read(), '') self.assertEqual(open(self.simulator).read(), '')
def assertSimulator(self, args, kwargs): def assertSimulator(self, args, kwargs):
# fillup magic
recargs = ()
reckwargs = {}
exec(open(self.simulator).read()) exec(open(self.simulator).read())
# do the same translation magic as in tool # do the same translation magic as in tool
kwargs = kwargs.copy() kwargs = kwargs.copy()
......
7 8
\ No newline at end of file \ No newline at end of file
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