def test_json(self): """Unit test for class Json""" from tests.TestFileUtilities import test_json_helper def execute_json(path, address): action_str = u'<action command="json" search="file" path="%s" address="%s" />' \ % (path, address) self._test_action_str(action_str) test_json_helper(self, execute_json)