Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
106
class
LoggingAssertionMixin:
Callers
nothing calls this directly
Calls
2
debug
Method · 0.45
getvalue
Method · 0.45
Tested by
no test coverage detected