Merge "test_dhcp_agent: Fix no-op tests"

This commit is contained in:
Jenkins 2014-12-03 09:38:13 +00:00 committed by Gerrit Code Review
commit a8c7b38c4e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Neutron Specific Commandments
- [N321] Validate that jsonutils module is used instead of json
- [N322] We do not use @authors tags in source files. We have git to track
authorship.
- [N323] assert_called_once() is not a valid method
- [N323] Detect common errors with assert_called_once_with
Creating Unit Tests
-------------------