f752ac9add
Moved test modules: tests/ -> tests/unit test_ci/ -> tests/ci tests_functional -> tests/functional rally/hacking -> tests/hacking Add testing read me file Co-Authored-By: Boris Pavlovic <boris@pavlovic.me> Co-Authored-By: Andrey Kurilin <akurilin@mirantis.com> Change-Id: I57c09d892da4adf863c358a4d63e3543b50d10b7
14 lines
443 B
ReStructuredText
14 lines
443 B
ReStructuredText
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 from ``mock`` 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"
|