]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
HACKING: update HACKING.rst file to include latest changes
authorGary Kotton <gkotton@vmware.com>
Wed, 13 Jan 2016 14:18:42 +0000 (06:18 -0800)
committerZongKai LI <lzklibj@cn.ibm.com>
Thu, 14 Jan 2016 16:03:51 +0000 (16:03 +0000)
Commit 3491cbc0c510404bfb4ddc2e60fde5c5d23400fd updated a hacking
check but did not update the HACKING.rst file.

Change-Id: Ie9be701f61da93686b79df23f1acf14008e4d486

HACKING.rst

index ef92454087f79f470e7ced5f5bfc72d3aad593a6..cc185ff4a5518ef0db71a144e548366b5758d994 100644 (file)
@@ -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
 -------------------