glance/glance/tests/unit/api
Venkatesh Sampath 367925c770 Prevent extraneous log messages and stdout prints
while running unit tests using run_tests.sh,
we can see quite an amount of unwanted log
messages and stdout prints as part of
the unit test results on the console.
This basically makes it difficult to go
through the test results and figure whats happening.

This patch fixes the cause for those
extraneous log messages caused due to
a incorrect fixture usage in test_manage.py
and also by mocking sys.stdout at the respective unit tests.

Closes-bug: #1496898
Change-Id: If986691cb3f36ba357a5c0df34b6df7bf2d8ff86
2015-09-18 23:23:38 +05:30
..
middleware hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
__init__.py Add unit tests for size_checked_iter 2012-09-13 16:56:55 -07:00
test_cmd.py Move to graduated oslo.log module 2015-03-12 11:48:24 +00:00
test_cmd_cache_manage.py Prevent extraneous log messages and stdout prints 2015-09-18 23:23:38 +05:30
test_common.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_property_protections.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00