Add the lost M338 in Hacking

Change-Id: If211d70b005d56c0d3f0206d874f87ee3dc095fe
This commit is contained in:
wangqun 2016-01-07 02:12:24 +00:00
parent c3b84bff88
commit 0998284810
1 changed files with 1 additions and 0 deletions

View File

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