Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main changes are in the test_client_cleanup method: Added proper login response mocking to ensure the Odoo instance is initialized correctly Instead of using del odoo which relies on garbage collection, we now explicitly call the __del__ method Added proper mock client instance setup similar to other tests We now verify that the mock client instance's close method was called
- Loading branch information