neutron-lib/releasenotes/notes/hacking-check-n537-280ec39c061d9dd7.yaml
Boden R 90008a6f4f Use assertIsNone instead of assertEqual(None, *)
One should replace assertEqual(None, *) with assertIsNone in tests
that validate that a variable is None.

This is based on commit 33a459c2c309670b0fcb2fcac5d128e802be7a69

Change-Id: I7794934f5c2267125bafb9d9953352daa68c39a7
2017-01-15 09:38:59 +00:00

5 lines
106 B
YAML

---
features:
- Added hacking check ``N536``. This hacking check is added to the
incubating checks.