Hacking: add rule number to HACKING.rst
Commit ac8bce63f8a7ec8a2ebb214ea7f86ee4f8adecae 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
c8d0e59986
commit
a36fa01f1f
@ -30,6 +30,7 @@ Nova Specific Commandments
|
|||||||
assertIsInstance(A, B)
|
assertIsInstance(A, B)
|
||||||
- [N318] Change assertEqual(A, None) or assertEqual(None, A) by optimal assert like
|
- [N318] Change assertEqual(A, None) or assertEqual(None, A) by optimal assert like
|
||||||
assertIsNone(A)
|
assertIsNone(A)
|
||||||
|
- [N319] Validate that debug level logs are not translated.
|
||||||
|
|
||||||
Creating Unit Tests
|
Creating Unit Tests
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user