MCPcopy Create free account

hub / github.com/django-commons/django-debug-toolbar / functions

Functions780 in github.com/django-commons/django-debug-toolbar

Methodtest_middleware_no_injection_when_encoded
(self)
tests/test_integration_async.py:106
Methodtest_middleware_no_injection_when_encoded
(self)
tests/test_integration.py:166
Methodtest_middleware_render_toolbar_json
Verify the toolbar is rendered and data is stored for a json request.
tests/test_integration_async.py:280
Methodtest_middleware_render_toolbar_json
Verify the toolbar is rendered and data is stored for a json request.
tests/test_integration.py:366
Methodtest_middleware_response_insertion
(self)
tests/test_integration_async.py:98
Methodtest_middleware_response_insertion
(self)
tests/test_integration.py:158
Methodtest_migrations_are_hidden
(self, mocked_migration_modules)
tests/test_apps.py:24
Methodtest_migrations_are_visible
(self, mocked_migration_modules)
tests/test_apps.py:16
Methodtest_missing
A `nonce` should not exist when not using the `CSPMiddleware`.
tests/test_csp_rendering.py:183
Methodtest_model_persistence
Test saving and retrieving a model instance
tests/test_models.py:19
Methodtest_models_are_hidden
(self)
tests/test_apps.py:43
Methodtest_models_are_visible
(self)
tests/test_apps.py:35
Methodtest_multiple_initialization
Ensure multiple panel initializations don't stack URLMixin
tests/panels/test_staticfiles.py:121
Methodtest_namespaced_url
(self)
tests/panels/test_request.py:106
Methodtest_nested_binary_roundtrip
(self)
tests/test_store.py:40
Methodtest_nested_template_information
Test case for when the query is used in a nested template hierarchy (with included templates).
tests/panels/test_sql.py:804
Methodtest_non_ascii_query
(self)
tests/panels/test_sql.py:343
Methodtest_non_ascii_session
(self)
tests/panels/test_request.py:14
Methodtest_non_dict_input
Test handling of non-dict input.
tests/test_utils.py:169
Methodtest_non_sortable_dict_keys
Test dictionary with keys that can't be sorted.
tests/test_utils.py:147
Methodtest_non_utf8_charset
(self)
tests/test_integration_async.py:241
Methodtest_non_utf8_charset
(self)
tests/test_integration.py:321
Methodtest_not_a_redirect
(self)
tests/panels/test_redirects.py:21
Methodtest_not_insert_locals
Test that the panel does not insert locals() content.
tests/panels/test_sql.py:581
Methodtest_not_iterating_over_INTERNAL_IPS
Verify that the middleware does not iterate over INTERNAL_IPS in some way. Some people use iptools.IpRangeList for their INTERNAL_IP
tests/test_integration_async.py:75
Methodtest_not_iterating_over_INTERNAL_IPS
Verify that the middleware does not iterate over INTERNAL_IPS in some way. Some people use iptools.IpRangeList for their INTERNAL_IPS. This i
tests/test_integration.py:92
Methodtest_object_with_non_ascii_repr_in_context
(self)
tests/panels/test_template.py:64
Methodtest_object_with_non_ascii_repr_in_request_params
(self)
tests/panels/test_request.py:20
Methodtest_observe_request_callback_specified
(self)
tests/test_checks.py:313
Methodtest_original_response_preserved
(self)
tests/panels/test_redirects.py:79
Methodtest_panel
(self)
tests/test_store.py:180
Methodtest_panel_content_nonce_exists
(self)
tests/test_csp_rendering.py:155
Methodtest_panel_recording
(self)
tests/panels/test_settings.py:13
Methodtest_panel_title
(self)
tests/panels/test_settings.py:27
Methodtest_panels
(self)
tests/test_login_not_required.py:19
Methodtest_panels
(self)
tests/test_store.py:187
Methodtest_panels_is_empty
(self)
tests/test_checks.py:93
Methodtest_panels_nonexistent_request
(self)
tests/test_store.py:196
Methodtest_panels_with_asgi
(self)
tests/panels/test_async_panel_compatibility.py:21
Methodtest_panels_with_wsgi
(self)
tests/panels/test_async_panel_compatibility.py:31
Methodtest_param_conversion
(self)
tests/panels/test_sql.py:375
Methodtest_patching_only_applied_once
Confirm that reapplying and disabling the cache patching only wraps the cache methods once
tests/panels/test_cache.py:162
Methodtest_path
(self)
tests/panels/test_staticfiles.py:66
Methodtest_post
(self)
tests/panels/test_history.py:26
Methodtest_post_json
(self)
tests/panels/test_history.py:33
Methodtest_postgis_sentinel_falls_back_to_bytes_without_geodjango
PostGIS sentinel returns raw bytes when GeoDjango is not installed.
tests/test_store.py:47
Methodtest_postgis_sentinel_roundtrip_without_geodjango
PostGIS sentinel survives serialize/deserialize falling back to bytes.
tests/test_store.py:60
Methodtest_prettify_sql
Test case to validate that the PRETTIFY_SQL setting changes the output of the sql when it's toggled. It does not validate what it doe
tests/panels/test_sql.py:677
Methodtest_prevents_tampering
(self)
tests/test_forms.py:47
Methodtest_query_dict_for_request_in_method_get
Test verifies the correctness of the statistics generation method in the case when the GET request is class QueryDict
tests/panels/test_request.py:41
Methodtest_query_dict_for_request_in_method_post
Test verifies the correctness of the statistics generation method in the case when the POST request is class QueryDict
tests/panels/test_request.py:67
Methodtest_querydict_multiple_values
Test QueryDict with multiple values for the same key.
tests/test_utils.py:161
Methodtest_querydict_sanitization
Test sanitization of a QueryDict.
tests/test_utils.py:135
Methodtest_querydict_sanitized
Test that sensitive data in QueryDict objects is properly redacted.
tests/panels/test_request.py:198
Methodtest_queryset_hook
(self)
tests/panels/test_template.py:28
Methodtest_raw_query_param_conversion
(self)
tests/panels/test_sql.py:493
Methodtest_recording
(self)
tests/panels/test_cache.py:11
Methodtest_recording
(self)
tests/panels/test_sql.py:91
Methodtest_recording_async
(self)
tests/panels/test_sql.py:118
Methodtest_recording_caches
(self)
tests/panels/test_cache.py:23
Methodtest_recording_chunked_cursor
(self)
tests/panels/test_sql.py:231
Methodtest_recording_concurrent_async
(self)
tests/panels/test_sql.py:134
Methodtest_redirect
(self)
tests/panels/test_redirects.py:27
Methodtest_redirect_with_broken_context_processor
(self)
tests/panels/test_redirects.py:36
Methodtest_redirects_exists
(self)
tests/test_csp_rendering.py:135
Methodtest_referenced_file_input_with_enctype_multipart_form_data
(self)
tests/panels/test_alerts.py:80
Methodtest_referenced_file_input_without_enctype_multipart_form_data
(self)
tests/panels/test_alerts.py:68
Methodtest_regression_infinite_recursion
Test case for when the template loader runs a SQL query that causes an infinite recursion in the SQL panel.
tests/panels/test_sql.py:656
Methodtest_regular_response
(self)
tests/panels/test_redirects.py:15
Methodtest_regular_view
(self)
tests/panels/test_profiling.py:21
Methodtest_render_panel
(self)
tests/test_login_not_required.py:32
Methodtest_render_panel_checks_show_toolbar
(self)
tests/test_integration_async.py:265
Methodtest_render_panel_checks_show_toolbar
(self)
tests/test_integration.py:344
Methodtest_render_panels_in_request
Test that panels are are rendered during the request with RENDER_PANELS=TRUE
tests/test_integration_async.py:460
Methodtest_render_panels_in_request
Test that panels are are rendered during the request with RENDER_PANELS=TRUE
tests/test_integration.py:607
Methodtest_require_toolbar_async_debug_false
(self)
tests/test_decorators.py:50
Methodtest_require_toolbar_async_debug_true
(self)
tests/test_decorators.py:46
Methodtest_require_toolbar_debug_false
(self)
tests/test_decorators.py:39
Methodtest_require_toolbar_debug_true
(self)
tests/test_decorators.py:35
Methodtest_rerender_on_history_switch
(self)
tests/test_integration.py:766
Methodtest_save_panel
(self)
tests/test_store.py:174
Methodtest_sensitive_cookie_data_sanitized
Test that sensitive cookie data is redacted.
tests/panels/test_request.py:170
Methodtest_sensitive_get_data_sanitized
Test that sensitive GET data is redacted.
tests/panels/test_request.py:156
Methodtest_sensitive_post_data_sanitized
Test that sensitive POST data is redacted.
tests/panels/test_request.py:142
Methodtest_sensitive_session_data_sanitized
Test that sensitive session data is redacted.
tests/panels/test_request.py:184
Methodtest_serialize
(self)
tests/test_store.py:18
Methodtest_serialize_binary_data
(self)
tests/test_store.py:24
Methodtest_serialize_safestring
(self)
tests/test_store.py:210
Methodtest_serialize_unexpected
(self)
tests/test_store.py:77
Methodtest_server_timing_headers
(self)
tests/test_integration_async.py:510
Methodtest_server_timing_headers
(self)
tests/test_integration.py:657
Methodtest_session_list_sorted_or_not
Verify the session is sorted when all keys are strings. See https://github.com/django-commons/django-debug-toolbar/issues/1668
tests/panels/test_request.py:113
Methodtest_set
(self)
tests/test_store.py:141
Methodtest_set_max_size
(self)
tests/test_store.py:146
Methodtest_set_max_size
DatabaseStore test for max size using set() instead of save_panel(). The cleanup logic is triggered by set(), not save_panel().
tests/test_store.py:259
Methodtest_set_max_size
Override to preserve cache backend settings.
tests/test_store.py:439
Methodtest_should_render_panels_RENDER_PANELS
The toolbar should force rendering panels on each request based on the RENDER_PANELS setting.
tests/test_integration.py:114
Methodtest_show_toolbar
Just to verify that show_toolbar() works with an ASGIRequest too
tests/test_integration_async.py:55
Methodtest_show_toolbar
(self)
tests/test_integration.py:72
Methodtest_show_toolbar_DEBUG
(self)
tests/test_integration.py:75
← previousnext →601–700 of 780, ranked by callers