nova/nova/tests/unit/console
Takashi NATSUME cf7d28eb6e Fix non-existent method of Mock
There is no method called_once_with() in Mock object.
Use assert_called_once_with() or assert_has_calls() instead.

Change-Id: I9f73fcbe7c3dfd64e75ac8224c13934b03443cd5
Closes-Bug: #1544522
2019-08-15 21:20:08 +00:00
..
rfb Fix accumulated nits 2018-01-16 14:54:04 +00:00
securityproxy Fix accumulated nits 2018-01-16 14:54:04 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_console.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
test_rpcapi.py conf: remove *_topic config opts 2017-07-17 21:27:02 -07:00
test_serial.py Remove invalid test methods for config option port_range 2016-06-10 22:32:25 +08:00
test_type.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_websocketproxy.py Fix non-existent method of Mock 2019-08-15 21:20:08 +00:00