Merge "Add the lost M338 in Hacking"

This commit is contained in:
Jenkins 2016-01-09 05:34:56 +00:00 committed by Gerrit Code Review
commit 11f26e6c92
1 changed files with 1 additions and 0 deletions

View File

@ -23,3 +23,4 @@ Magnum Specific Commandments
assertIn/NotIn(A, B, message)
- [M336] Must use a dict comprehension instead of a dict constructor
with a sequence of key-value pairs.
- [M338] Use assertIn/NotIn(A, B) rather than assertEqual(A in B, True/False).