MCPcopy
hub / github.com/django/django / test_django_logger_debug

Method test_django_logger_debug

tests/logging_tests/tests.py:101–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99
100 @override_settings(DEBUG=True)
101 def test_django_logger_debug(self):
102 self.logger.debug("debug")
103 self.assertEqual(self.logger_output.getvalue(), "")
104
105
106class LoggingAssertionMixin:

Callers

nothing calls this directly

Calls 2

debugMethod · 0.45
getvalueMethod · 0.45

Tested by

no test coverage detected