]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix "No handlers could be found" warnings
authorClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 07:59:03 +0000 (00:59 -0700)
committerClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 07:59:03 +0000 (00:59 -0700)
commit33dd5c65cee3a8b7e97d3801d328e403ccbd7a0c
tree82c3b6ab148745bfcfe3931c904e61e2148c1d0f
parenta0df5125f4a07d7d9bf902332d02026a0cfde2ba
Fix "No handlers could be found" warnings

These warnings are caused because nothing is capturing log output in
their test cases. HeatTestCase automatically does this using the
FakeLogger fixture.

Change-Id: I7884c99cebc0c69f7675cdddd5e53de2e4b52c13
heat/tests/test_engine_api_utils.py
heat/tests/test_template_format.py