Merge "Added hacking rule for assertTrue/False(A in B)"

This commit is contained in:
Jenkins 2015-01-13 15:23:11 +00:00 committed by Gerrit Code Review
commit a06e3d35c8
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ Nova Specific Commandments
- [N331] Change LOG.warn on LOG.warning.
- [N332] Check that the api_version decorator is the first decorator on a method
- [N333] Check for oslo library imports use the non-namespaced packages
- [N334] Change assertTrue/False(A in/not in B, message) to the more specific
assertIn/NotIn(A, B, message)
Creating Unit Tests
-------------------