Hacking: add rule number to HACKING.rst
Commit ac8bce63f8
added hacking rules
N319. This was not documented in the file HACKING.rst.
Change-Id: Ibf7917aaada88db5afe1387859a387481ec05118
Closes-bug: #1313322
This commit is contained in:
parent
d2c5dcd6e0
commit
8b894c3565
@ -30,6 +30,7 @@ Nova Specific Commandments
|
||||
assertIsInstance(A, B)
|
||||
- [N318] Change assertEqual(A, None) or assertEqual(None, A) by optimal assert like
|
||||
assertIsNone(A)
|
||||
- [N319] Validate that debug level logs are not translated.
|
||||
|
||||
Creating Unit Tests
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user