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
Runs all tests and returns 'True' if they all pass, otherwise 'False'. |
|
Check if the XML-RPC server is running. |
|
Checks if the server processes XML-RPC requests correctly. |
|
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.