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:
Gary Kotton 2014-04-27 05:03:33 -07:00
parent d2c5dcd6e0
commit 8b894c3565
1 changed files with 1 additions and 0 deletions

View File

@ -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
-------------------