assert statement should be removed from heat
Bug #1397883 reported by
ZhiQiang Fan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Low
|
ZhiQiang Fan |
Bug Description
assert should be replaced by testtools.assert* in test code, and replaced by raising exceptions in source code
Changed in heat: | |
assignee: | nobody → ZhiQiang Fan (aji-zqfan) |
Changed in heat: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I agree with the heat/tests/ part, but think there is valid use of it in the code to catch programming error.