Add the description of hacking rule T107

HACKING.rst doesn't contain T107 description, so this patch adds it.

Change-Id: I2e9a0c190016c3007ab37b502013bff222a9fc3d
This commit is contained in:
Ken'ichi Ohmichi 2015-02-16 04:09:58 +00:00
parent 2aeb504599
commit 7581bcdd22
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Tempest Specific Commandments
- [T104] Scenario tests require a services decorator
- [T105] Tests cannot use setUpClass/tearDownClass
- [T106] vim configuration should not be kept in source files.
- [T107] Check that a service tag isn't in the module path
- [N322] Method's default argument shouldn't be mutable
Test Data/Configuration