e5454fbda2
... 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] 4bc6162515
Change-Id: If93609a56e341ff313063c0aa069d140528257b0
12 lines
328 B
ReStructuredText
12 lines
328 B
ReStructuredText
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
|