mistral/HACKING.rst
Takashi Kajinami e5454fbda2 Remove hacking rules to enforce six usage
... 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
2024-03-18 09:10:43 +09:00

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