mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Class mock.Mock does not exist method "called_once_with()", it just exists method "assert_called_once_with()". "called_once_with()" does nothing because it's a mock object. In OSC, only one place is still using "called_once_with()". Fix it. Change-Id: Ib890e95d775c3fc43df80fa05c82d726e78cdac8 Partial Bug: 1544522 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_availability_zone.py | ||
| test_clientmanager.py | ||
| test_command.py | ||
| test_commandmanager.py | ||
| test_configuration.py | ||
| test_extension.py | ||
| test_logs.py | ||
| test_module.py | ||
| test_parseractions.py | ||
| test_quota.py | ||
| test_timing.py | ||
| test_utils.py | ||