summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 148097561a..33bd80aae7 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -68,6 +68,8 @@ Nova Specific Commandments
- [N358] Return must always be followed by a space when returning a value.
- [N359] Check for redundant import aliases.
- [N360] Yield must always be followed by a space when yielding a value.
+- [N361] Check for usage of deprecated assertRegexpMatches and
+ assertNotRegexpMatches
Creating Unit Tests
-------------------