openstack-python-openstackc.../openstackclient/tests/common
Tang Chen 48681af86a Don't use Mock.called_once_with that does not exist
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
2016-02-19 13:44:54 +08:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_availability_zone.py Fix DisplayCommandBase comments for cliff Lister subclass tests 2016-02-09 20:28:18 +08:00
test_clientmanager.py Refactor network endpoint enablement checking 2016-01-04 13:49:49 -06:00
test_command.py Set up logger of each command by metaclass 2016-01-20 22:02:19 +09:00
test_commandmanager.py Don't use Mock.called_once_with that does not exist 2016-02-19 13:44:54 +08:00
test_configuration.py Changed the abstract columns and datalists from test cases of common and Identity 2016-01-12 17:25:33 +05:30
test_extension.py Fix DisplayCommandBase comments for cliff Lister subclass tests 2016-02-09 20:28:18 +08:00
test_logs.py Use assertTrue/False instead of assertEqual(T/F) 2016-01-07 12:40:09 +05:30
test_module.py Fix DisplayCommandBase comments for cliff Lister subclass tests 2016-02-09 20:28:18 +08:00
test_parseractions.py Refactor: Initialize parser in setUp() in TestNonNegativeAction 2015-12-28 20:01:13 +08:00
test_quota.py Fix showing network quotas for a project 2016-02-02 02:02:53 +00:00
test_timing.py Fix DisplayCommandBase comments for cliff Lister subclass tests 2016-02-09 20:28:18 +08:00
test_utils.py Merge "Use assert_not_called() in common tests" 2016-02-04 22:56:57 +00:00