diff --git a/HACKING.rst b/HACKING.rst index ef92454087f..cc185ff4a55 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -19,6 +19,8 @@ Neutron Specific Commandments - [N327] Python 3: do not use dict.iteritems. - [N328] Detect wrong usage with assertEqual - [N329] Method's default argument shouldn't be mutable +- [N330] Use assertEqual(*empty*, observed) instead of + assertEqual(observed, *empty*) Creating Unit Tests -------------------