Merge "Add a hacking check for test method closures"

This commit is contained in:
Jenkins 2016-04-04 11:08:42 +00:00 committed by Gerrit Code Review
commit 85b5da4958

View File

@ -59,6 +59,7 @@ Nova Specific Commandments
- [N346] Python 3: do not use dict.itervalues.
- [N347] Provide enough help text for config options
- [N348] Deprecated library function os.popen()
- [N349] Check for closures in tests which are not used
Creating Unit Tests
-------------------