From: Gary Kotton Date: Wed, 13 Jan 2016 14:18:42 +0000 (-0800) Subject: HACKING: update HACKING.rst file to include latest changes X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b318c2b0e8f7e102d16a9dfef6a39fd95ab3d53c;p=openstack-build%2Fneutron-build.git HACKING: update HACKING.rst file to include latest changes Commit 3491cbc0c510404bfb4ddc2e60fde5c5d23400fd updated a hacking check but did not update the HACKING.rst file. Change-Id: Ie9be701f61da93686b79df23f1acf14008e4d486 --- diff --git a/HACKING.rst b/HACKING.rst index ef9245408..cc185ff4a 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 -------------------