Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FiquemSabendo/queremossaber
/ functions
Functions
150 in github.com/FiquemSabendo/queremossaber
⨍
Functions
150
◇
Types & classes
63
Method
test_get_returns_header
(self, rf, header)
web/whoami/tests/test_view.py:20
Method
test_government_messages_must_have_sent_at
(self, message_from_government)
web/foi_requests/tests/test_models.py:99
Method
test_includes_publishable_request_answered_by_public_body
( self, client, published_request_with_gov_message )
web/foi_requests/tests/test_sitemap.py:125
Method
test_includes_request_with_mixed_qualifying_and_rejected_messages
( self, client, request_with_mixed_gov_messages )
web/foi_requests/tests/test_sitemap.py:182
Method
test_is_from_user_is_false_if_sender_is_not_none
(self)
web/foi_requests/tests/test_models.py:93
Method
test_is_from_user_is_true_if_sender_is_none
(self)
web/foi_requests/tests/test_models.py:88
Method
test_last_message_returns_the_last_created_message
( self, foi_request, public_body )
web/foi_requests/tests/test_models.py:233
Method
test_lookups_are_as_expected
(self)
web/foi_requests/tests/test_admin.py:11
Method
test_message_approve_approves_the_message
(self)
web/foi_requests/tests/test_models.py:62
Method
test_message_approved_can_have_sent_at
(self, public_body)
web/foi_requests/tests/test_models.py:55
Method
test_message_cant_have_both_sender_and_receiver
(self, message, public_body)
web/foi_requests/tests/test_models.py:156
Method
test_message_doesnt_create_new_foi_request_if_it_already_has_one
( self, foi_request, public_body )
web/foi_requests/tests/test_models.py:27
Method
test_message_is_automatically_approved_when_sender_is_government
( self, message_from_government )
web/foi_requests/tests/test_models.py:107
Method
test_message_is_not_automatically_approved_when_sender_is_user
( self, message_from_user )
web/foi_requests/tests/test_models.py:116
Method
test_message_must_have_sender_or_receiver
(self, message)
web/foi_requests/tests/test_models.py:166
Method
test_message_non_approved_can_not_have_sent_at
(self)
web/foi_requests/tests/test_models.py:49
Method
test_message_reject_fails_if_moderation_message_is_empty
(self, public_body)
web/foi_requests/tests/test_models.py:78
Method
test_message_reject_rejects_the_message
(self)
web/foi_requests/tests/test_models.py:70
Method
test_message_updates_moderated_at_when_moderation_status_is_set
(self, message)
web/foi_requests/tests/test_models.py:41
Method
test_moderation_message_is_none_if_there_are_no_messages
(self, foi_request)
web/foi_requests/tests/test_models.py:335
Method
test_moderation_message_returns_first_messages_moderation_message
( self, foi_request, public_body )
web/foi_requests/tests/test_models.py:319
Method
test_not_moderated_user_message_has_status_pending
(self, message_from_user)
web/foi_requests/tests/test_models.py:125
Method
test_post_creates_foi_request_and_message_and_redirects_to_foi_request_page
( self, public_body, client )
web/foi_requests/tests/test_views.py:69
Method
test_post_validates_message_form
(self, client)
web/foi_requests/tests/test_views.py:61
Method
test_protocol_cant_be_changed
(self, foi_request)
web/foi_requests/tests/test_models.py:221
Method
test_protocol_is_automatically_generated
(self)
web/foi_requests/tests/test_models.py:175
Method
test_protocol_is_unique
(self)
web/foi_requests/tests/test_models.py:180
Method
test_public_body_returns_first_messages_receiver
( self, public_body, foi_request )
web/foi_requests/tests/test_models.py:192
Method
test_public_body_returns_none_if_there_are_no_messages
(self)
web/foi_requests/tests/test_models.py:205
Method
test_queryset
(self, value, filters)
web/foi_requests/tests/test_admin.py:31
Method
test_queryset
(self, value, filters)
web/foi_requests/tests/test_admin.py:58
Method
test_queryset_doesnt_filter_if_value_is_none
(self)
web/foi_requests/tests/test_admin.py:65
Method
test_receiver_is_required
(self)
web/foi_requests/tests/test_forms.py:5
Method
test_redirects_to_foirequest_detail
(self, rf)
web/foi_requests/tests/test_views.py:10
Method
test_references_sitemap_url
(self, client)
web/foi_requests/tests/test_sitemap.py:217
Method
test_rejected_user_message_has_status_rejected
(self, message_from_user)
web/foi_requests/tests/test_models.py:131
Method
test_request_with_multiple_gov_messages_appears_once
( self, client, request_with_multiple_gov_messages )
web/foi_requests/tests/test_sitemap.py:173
Method
test_responds_200_text
(self, client)
web/foi_requests/tests/test_sitemap.py:211
Method
test_returns_random_protocol
(self)
web/foi_requests/tests/test_utils.py:5
Method
test_sent_user_message_has_status_sent
(self, message_from_user)
web/foi_requests/tests/test_models.py:142
Method
test_sitemap_includes_static_pages
(self, client)
web/foi_requests/tests/test_sitemap.py:118
Method
test_sitemap_responds_200_xml
(self, client)
web/foi_requests/tests/test_sitemap.py:112
Method
test_status_is_waiting_user_when_there_are_no_messages
(self, foi_request)
web/foi_requests/tests/test_models.py:295
Method
test_status_last_message_is_from_government
( self, sent_at, status, foi_request, message_from_government )
web/foi_requests/tests/test_models.py:282
Method
test_status_last_message_is_sent_and_from_user
( self, sent_at, status, foi_request_with_sent_user_message )
web/foi_requests/tests/test_models.py:259
Method
test_str_includes_protocol
(self)
web/foi_requests/tests/test_models.py:186
Method
test_summary_returns_first_messages_summary
(self, public_body)
web/foi_requests/tests/test_models.py:300
Method
test_summary_returns_none_if_there_are_no_messages
(self)
web/foi_requests/tests/test_models.py:338
Method
test_uses_https_protocol
(self, client, published_request_with_gov_message)
web/foi_requests/tests/test_sitemap.py:198
Function
unpublishable_request_with_gov_message
(message_from_government)
web/foi_requests/tests/test_sitemap.py:27
← previous
101–150 of 150, ranked by callers