Commit 9ad8fed7 authored by Jérome Perrin's avatar Jérome Perrin

testERP5Callable: py3

parent 10ab7b79
......@@ -74,8 +74,8 @@ class TestERP5PythonScript(ERP5TypeTestCase):
basic='ERP5TypeTestCase:',
handle_errors=False,
)
self.assertIn('ERP5 Python Scripts', resp.getBody())
self.assertIn('addPythonScriptThroughZMI', resp.getBody())
self.assertIn(b'ERP5 Python Scripts', resp.getBody())
self.assertIn(b'addPythonScriptThroughZMI', resp.getBody())
def test_call(self):
self.script.setBody('return "Hello"')
......
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