virtualbmc/virtualbmc/tests/unit
Ilya Etingof 8c407df1a3 Enable debug logging in tests
Since log messages interpolation is frequently postponed
till the logging time, occasional bugs in message
templates may go unnoticed.

This patch attempts to enable full logging in unit tests.

Unfortunately, exceptions caused by interpolation failures
get inhibited by the logging module code so they do not
actually fail tests. But at least those exceptions are
noticeable on stdout.

Change-Id: I1b32476c5bb631cef9b1269effd05a88a9fafd2d
2018-08-07 11:27:29 +02:00
..
cmd Domain `start` command accepts multiple domain names 2018-06-18 13:28:41 +02:00
__init__.py Add unittests for the utils.py module 2016-05-10 10:06:54 +01:00
base.py Enable debug logging in tests 2018-08-07 11:27:29 +02:00
test_config.py Make server spawn and response times configurable 2018-06-18 12:27:59 +02:00
test_control.py multiprocess server, ZMQ-based management cli tool 2018-05-11 17:29:47 +02:00
test_manager.py multiprocess server, ZMQ-based management cli tool 2018-05-11 17:29:47 +02:00
test_utils.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 11:31:31 +07:00
test_vbmc.py Fix power status command error reporting 2018-05-11 11:36:27 +02:00
utils.py multiprocess server, ZMQ-based management cli tool 2018-05-11 17:29:47 +02:00