Merge "mock.assert_called_once() is not a valid method"

This commit is contained in:
Jenkins 2014-09-17 12:55:32 +00:00 committed by Gerrit Code Review
commit e5c16c9309

View File

@ -39,6 +39,7 @@ Nova Specific Commandments
- [N324] Ensure that jsonutils.%(fun)s must be used instead of json.%(fun)s
- [N325] str() cannot be used on an exception. Remove use or use six.text_type()
- [N326] Translated messages cannot be concatenated. String should be included in translated message.
- [N327] assert_called_once() is not a valid method
Creating Unit Tests
-------------------