tests.test_magicLogger package
Submodules
tests.test_magicLogger.conftest module
tests.test_magicLogger.test_configuration_basic module
- tests.test_magicLogger.test_configuration_basic.test_custom_file_formatter(log_file_path, caplog)[source]
- tests.test_magicLogger.test_configuration_basic.test_custom_stream_formatter(log_file_path, capsys)[source]
- tests.test_magicLogger.test_configuration_basic.test_file_formatter_is_none(log_file_path, caplog, capsys)[source]
- tests.test_magicLogger.test_configuration_basic.test_setup_logger_clears_previous_handlers(log_file_path)[source]
- tests.test_magicLogger.test_configuration_basic.test_setup_logger_creates_logger_with_name(log_file_path)[source]
- tests.test_magicLogger.test_configuration_basic.test_setup_logger_raises_for_conflicting_file_formatter()[source]
- tests.test_magicLogger.test_configuration_basic.test_setup_logger_raises_for_conflicting_stream_formatter()[source]
- tests.test_magicLogger.test_configuration_basic.test_setup_logger_sets_handler_levels(log_file_path)[source]