Merge "Remove unnecessary oslo namespace import checks"
This commit is contained in:
commit
8b06ba7622
@ -41,7 +41,6 @@ Nova Specific Commandments
|
||||
- [N329] Validate that LOG.exception messages use _LE.
|
||||
- [N330] Validate that LOG.warning and LOG.warn messages use _LW.
|
||||
- [N332] Check that the api_version decorator is the first decorator on a method
|
||||
- [N333] Check for oslo library imports use the non-namespaced packages
|
||||
- [N334] Change assertTrue/False(A in/not in B, message) to the more specific
|
||||
assertIn/NotIn(A, B, message)
|
||||
- [N335] Check for usage of deprecated assertRaisesRegexp
|
||||
|
Loading…
x
Reference in New Issue
Block a user