oslo.log/oslo_log/tests/unit/fixture
Elena Ezhova fe2ac659ce test_logging_error: build a logger at the test level
test_logging_error calls getLogger at the module level and thus
a logger gets permanently inserted into the _loggers dict and is
visible in all other tests.
As tests shouldn't affect each other, a logger creation should be
moved to the TestLoggingFixture class setUp method.

Change-Id: I8e988c88cc1ffaf53bd3c97607f16fc2a8078d12
2015-12-01 14:08:29 +03:00
..
__init__.py Move files out of the namespace package 2014-12-17 21:43:41 -05:00
test_logging_error.py test_logging_error: build a logger at the test level 2015-12-01 14:08:29 +03:00
test_setlevel.py Expose fixtures through oslo_log.fixture 2015-01-30 11:37:42 -05:00