odoo_xmlrpc_twisted.functions.test_odoo_xmlrpc_server

Test if the XML-RPC server connected to the Odoo system is running and handling XML-RPC calls correctly.

Functions

test_odoo_xmlrpc_server()

Runs all tests and returns 'True' if they all pass, otherwise 'False'.

test_server_is_running()

Check if the XML-RPC server is running.

test_xmlrpc_call()

Checks if the server processes XML-RPC requests correctly.

test_xmlrpc_login()

Attempts to authenticate with the Odoo system using XML-RPC.

odoo_xmlrpc_twisted.functions.test_odoo_xmlrpc_server.test_odoo_xmlrpc_server()[source]

Runs all tests and returns ‘True’ if they all pass, otherwise ‘False’.

odoo_xmlrpc_twisted.functions.test_odoo_xmlrpc_server.test_server_is_running()[source]

Check if the XML-RPC server is running.

odoo_xmlrpc_twisted.functions.test_odoo_xmlrpc_server.test_xmlrpc_call()[source]

Checks if the server processes XML-RPC requests correctly.

odoo_xmlrpc_twisted.functions.test_odoo_xmlrpc_server.test_xmlrpc_login()[source]

Attempts to authenticate with the Odoo system using XML-RPC.