rally/tests/hacking
Sergey Skripnick f752ac9add Reorganize test module structure
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
2014-10-07 13:50:40 +00:00
..
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
checks.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
README.rst Reorganize test module structure 2014-10-07 13:50:40 +00:00

Rally Style Commandments

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"