Rally Style Commandments
- Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Rally Specific Commandments
- [N301] Ensure that
assert_*
methods frommock
library is used correctly - [N302] Sub-error of N301, related to nonexistent "assert_called"
- [N303] Sub-error of N301, related to nonexistent "assert_called_once"
- [N310] Ensure that
rally.log
is used instead ofrally.openstack.common.log