
... because these rules are no longer valid since usage of six library was removed[1]. This also removes the remaining implementations to keep compatibility with Python 2. [1] 4bc6162515f352af1fb1060ff337bce206cb2831 Change-Id: If93609a56e341ff313063c0aa069d140528257b0
328 B
328 B
Style Commandments
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
Mistral Specific Commandments
- [M001] Use LOG.warning(). LOG.warn() is deprecated.
- [M319] Enforce use of assertTrue/assertFalse
- [M320] Enforce use of assertIs/assertIsNot