コード例 #1
0
    def test_should_pass_when_calling_info_with_a_pattern_and_some_arguments(
            self):

        muted_logger = MutedLogger()

        muted_logger.info("Hello world.", 12, "abc")
コード例 #2
0
    def test_should_pass_when_calling_info_with_a_pattern_and_some_arguments(self):

        muted_logger = MutedLogger()

        muted_logger.info("Hello world.", 12, "abc")
コード例 #3
0
    def test_should_pass_when_calling_info_with_a_simple_string(self):

        muted_logger = MutedLogger()

        muted_logger.info("Hello world.")
コード例 #4
0
    def test_should_pass_when_calling_info_with_a_simple_string(self):

        muted_logger = MutedLogger()

        muted_logger.info("Hello world.")