TestLoggingLevel

class test.util.logging.test_levels.TestLoggingLevel[source]

Bases: object

Inheritance diagram of TestLoggingLevel

Inheritance Diagram for TestLoggingLevel

Methods

test_accepts_int_and_str(input, expected)

test_rejects_invalid(input)

test_str_output(input, expected_name, ...)

Attributes

pytestmark

pytestmark = [Mark(name='logging_levels', args=(), kwargs={}), Mark(name='logging', args=(), kwargs={})]
test_accepts_int_and_str(input, expected)[source]
test_rejects_invalid(input)[source]
test_str_output(input, expected_name, expected_repr)[source]