Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify key requirements in validate_key_value error #511

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Reword sentence to be clearer

50d3748
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Specify key requirements in validate_key_value error #511

Reword sentence to be clearer
50d3748
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Feb 16, 2024 in 0s

All 407 tests pass, 1 skipped in 25m 51s

     11 files     803 suites   25m 51s ⏱️
   408 tests    407 ✔️   1 💤 0
4 488 runs  4 477 ✔️ 11 💤 0

Results for commit 50d3748.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
tests.incident.ticket_plugins.test_base.CreateClientTests ‑ test_create_client_returns_client

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test results

408 tests found

There are 408 tests, see "Raw output" for the full list of tests.
Raw output
tests.auth.V1.test_views.ViewTests ‑ test_can_create_phone_number_with_valid_values
tests.auth.V1.test_views.ViewTests ‑ test_can_delete_phone_number
tests.auth.V1.test_views.ViewTests ‑ test_can_get_all_phone_numbers
tests.auth.V1.test_views.ViewTests ‑ test_can_get_current_user
tests.auth.V1.test_views.ViewTests ‑ test_can_get_specific_phone_number
tests.auth.V1.test_views.ViewTests ‑ test_can_get_specific_user
tests.auth.V1.test_views.ViewTests ‑ test_can_update_phone_number_with_valid_values
tests.auth.V1.test_views.ViewTests ‑ test_cannot_create_duplicate_phone_number
tests.auth.V1.test_views.ViewTests ‑ test_cannot_create_phone_number_with_invalid_phone_number
tests.auth.V1.test_views.ViewTests ‑ test_cannot_update_phone_number_with_duplicate_phone_number
tests.auth.test_auth.APITests ‑ test_auth_token_expires_and_is_deleted
tests.auth.test_auth.APITests ‑ test_can_get_auth_token_after_deletion_or_expiration
tests.auth.test_auth.APITests ‑ test_get_auth_token_always_replaces_old_token
tests.auth.test_auth.APITests ‑ test_get_current_user_returns_correct_user
tests.auth.test_auth.APITests ‑ test_get_user_returns_the_correct_fields
tests.auth.test_auth.APITests ‑ test_logout_deletes_token
tests.auth.test_auth.APITests ‑ test_refresh_token_returns_correct_new_token
tests.auth.test_utils.UtilsTests ‑ test_get_authentication_backend_name_and_type_returns_feide_login
tests.auth.test_utils.UtilsTests ‑ test_get_authentication_backend_name_and_type_returns_user_name_password_login
tests.auth.test_utils.UtilsTests ‑ test_get_psa_authentication_names_returns_feide_name
tests.auth.test_views.ViewTests ‑ test_can_get_admin_url_if_user_is_staff
tests.auth.test_views.ViewTests ‑ test_can_get_current_user
tests.auth.test_views.ViewTests ‑ test_can_get_login_methods
tests.auth.test_views.ViewTests ‑ test_can_get_specific_user
tests.auth.test_views.ViewTests ‑ test_cannot_get_admin_url_if_user_is_not_staff
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_details_url_changes
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_level_changes
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_tag_changes
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_ticket_url_changes
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_ticket_url_changes_for_automatic_ticket_url_endpoint
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_ticket_url_changes_for_ticket_url_endpoint
tests.incident.test_create_fake_incident.EventViewSetTestCase ‑ test_create_fake_incident_creates_incident_with_set_description
tests.incident.test_create_fake_incident.EventViewSetTestCase ‑ test_create_fake_incident_creates_incident_with_set_level
tests.incident.test_create_fake_incident.EventViewSetTestCase ‑ test_create_fake_incident_creates_incident_with_set_tags
tests.incident.test_create_fake_incident.EventViewSetTestCase ‑ test_create_fake_incident_creates_stateless_incident
tests.incident.test_event.EventAPITests ‑ test_posting_allowed_event_types_for_end_user_is_valid
tests.incident.test_event.EventAPITests ‑ test_posting_allowed_event_types_for_source_system_is_valid
tests.incident.test_event.EventAPITests ‑ test_posting_close_and_reopen_events_does_not_change_stateless_incidents
tests.incident.test_event.EventAPITests ‑ test_posting_close_and_reopen_events_properly_changes_stateful_incidents
tests.incident.test_event.EventAPITests ‑ test_posting_disallowed_event_types_for_end_user_is_invalid
tests.incident.test_event.EventAPITests ‑ test_posting_disallowed_event_types_for_source_system_is_invalid
tests.incident.test_filters.IncidentFilterTestCase ‑ test_acked_false_because_ack_expired
tests.incident.test_filters.IncidentFilterTestCase ‑ test_acked_false_because_no_ack
tests.incident.test_filters.IncidentFilterTestCase ‑ test_acked_true
tests.incident.test_filters.IncidentFilterTestCase ‑ test_duration_gte_filter_should_match_closed_long_incident
tests.incident.test_filters.IncidentFilterTestCase ‑ test_duration_gte_filter_should_match_open_long_incident
tests.incident.test_filters.IncidentFilterTestCase ‑ test_duration_gte_filter_should_not_match_closed_short_incident
tests.incident.test_filters.IncidentFilterTestCase ‑ test_duration_gte_filter_should_not_match_open_short_incident
tests.incident.test_filters.IncidentFilterTestCase ‑ test_filter_pk_returns_empty_queryset_if_filter_belongs_to_other_user
tests.incident.test_filters.IncidentFilterTestCase ‑ test_filter_pk_returns_empty_queryset_if_filter_does_not_exist
tests.incident.test_filters.IncidentFilterTestCase ‑ test_filter_pk_returns_filtered_incidents
tests.incident.test_filters.IncidentFilterTestCase ‑ test_filter_pk_returns_no_filtered_incidents_if_none_match
tests.incident.test_filters.IncidentFilterTestCase ‑ test_notificationprofile_pk_returns_empty_queryset_if_profile_belongs_to_other_user
tests.incident.test_filters.IncidentFilterTestCase ‑ test_notificationprofile_pk_returns_empty_queryset_if_profile_does_not_exist
tests.incident.test_filters.IncidentFilterTestCase ‑ test_notificationprofile_pk_returns_filtered_incidents
tests.incident.test_filters.IncidentFilterTestCase ‑ test_notificationprofile_pk_returns_filtered_incidents_for_multiple_connected_filters
tests.incident.test_filters.IncidentFilterTestCase ‑ test_notificationprofile_pk_returns_no_filtered_incidents_if_none_match
tests.incident.test_filters.IncidentFilterTestCase ‑ test_open_false
tests.incident.test_filters.IncidentFilterTestCase ‑ test_open_true
tests.incident.test_filters.IncidentFilterTestCase ‑ test_stateful_false
tests.incident.test_filters.IncidentFilterTestCase ‑ test_stateful_true
tests.incident.test_filters.IncidentFilterTestCase ‑ test_tags_multiple_different_key
tests.incident.test_filters.IncidentFilterTestCase ‑ test_tags_multiple_same_key
tests.incident.test_filters.IncidentFilterTestCase ‑ test_tags_single
tests.incident.test_filters.IncidentFilterTestCase ‑ test_ticket_false
tests.incident.test_filters.IncidentFilterTestCase ‑ test_ticket_true
tests.incident.test_filters.IncidentFilterTestCase ‑ test_token_expiry_returns_all_token_expiry_incidents
tests.incident.test_incident.CreateIncidentTests ‑ test_new_stateful_incident_has_single_start_event
tests.incident.test_incident.CreateIncidentTests ‑ test_new_stateless_incident_has_single_stateless_event
tests.incident.test_incident.IncidentAckedTests ‑ test_acked_is_false_for_incident_with_acknowledgement_with_past_expiration
tests.incident.test_incident.IncidentAckedTests ‑ test_acked_is_false_for_incident_without_acknowledgement
tests.incident.test_incident.IncidentAckedTests ‑ test_acked_is_true_for_incident_with_ack_event_but_no_acknowledgement
tests.incident.test_incident.IncidentAckedTests ‑ test_acked_is_true_for_incident_with_acknowledgement_with_future_expiration
tests.incident.test_incident.IncidentAckedTests ‑ test_acked_is_true_for_incident_with_acknowledgement_without_expiration
tests.incident.test_incident_fields.EndTimeInfinityFieldTests ‑ test_filtering_on_end_time_filters_expectedly
tests.incident.test_incident_fields.EndTimeInfinityFieldTests ‑ test_inserting_illegal_values_fails
tests.incident.test_incident_fields.EndTimeInfinityFieldTests ‑ test_inserting_infinity_values_retrieves_infinity_values
tests.incident.test_incident_fields.EndTimeInfinityFieldTests ‑ test_inserting_standard_values_retrieves_the_same
tests.incident.test_incident_fields.EndTimeInfinityFieldTests ‑ test_sorting_by_end_time_sorts_expectedly
tests.incident.test_incident_fields.KeyValueFieldTest ‑ test_key_must_fit_regex
tests.incident.test_incident_fields.KeyValueFieldTest ‑ test_key_value_must_contain_at_least_one_equals
tests.incident.test_incident_fields.KeyValueFieldTest ‑ test_key_value_must_not_be_empty
tests.incident.test_incident_fields.KeyValueFieldTest ‑ test_key_value_must_not_be_just_equals
tests.incident.test_incident_fields.KeyValueFieldTest ‑ test_value_cannot_be_empty
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_acked
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_closed
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_has_ticket
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_lacks_ticket
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_not_acked
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_open
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_stateful
tests.incident.test_queryset.IncidentQuerySetTestCase ‑ test_stateless
tests.incident.test_queryset.IncidentQuerySetUpdatingTestCase ‑ test_close_incidents
tests.incident.test_queryset.IncidentQuerySetUpdatingTestCase ‑ test_create_acks
tests.incident.test_queryset.IncidentQuerySetUpdatingTestCase ‑ test_create_events
tests.incident.test_queryset.IncidentQuerySetUpdatingTestCase ‑ test_reopen_incidents
tests.incident.test_queryset.IncidentQuerySetUpdatingTestCase ‑ test_update_ticket_url
tests.incident.test_serializers.AcknowledgementSerializerTests ‑ test_create_golden_path
tests.incident.test_serializers.AcknowledgementSerializerV1Tests ‑ test_create_golden_path
tests.incident.test_serializers.EventSerializerTests ‑ test_event_serializer_sets_timestamp_if_not_set
tests.incident.test_serializers.EventSerializerTests ‑ test_event_serializer_valid_with_correct_values
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_can_create_tags
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_can_delete_own_tags
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_cannot_delete_other_users_tags
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_is_invalid_with_additional_fields
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_is_invalid_with_forbidden_fields
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_is_invalid_with_incorrect_ticket_url
tests.incident.test_serializers.IncidentPureDeserializerTests ‑ test_incident_pure_deserializer_is_valid_with_correct_input
tests.incident.test_serializers.IncidentSerializerTests ‑ test_incident_serializer_is_invalid_with_incorrect_tags
tests.incident.test_serializers.IncidentSerializerTests ‑ test_incident_serializer_is_invalid_with_incorrect_ticket_url
tests.incident.test_serializers.IncidentSerializerTests ‑ test_validate_early_end_time
tests.incident.test_serializers.IncidentSerializerTests ‑ test_validate_erroneus_end_time
tests.incident.test_serializers.IncidentSerializerTests ‑ test_validate_stateful_incident_data
tests.incident.test_serializers.IncidentSerializerTests ‑ test_validate_stateless_incident_data
tests.incident.test_serializers.IncidentTagRelationSerializerTests ‑ test_incident_tag_relation_serializer_is_invalid_with_empty_key
tests.incident.test_serializers.IncidentTagRelationSerializerTests ‑ test_incident_tag_relation_serializer_is_invalid_without_equal_sign
tests.incident.test_serializers.IncidentTagRelationSerializerTests ‑ test_incident_tag_relation_serializer_is_valid_with_correct_input
tests.incident.test_serializers.TagSerializerTests ‑ test_tag_serializer_is_invalid_with_empty_key
tests.incident.test_serializers.TagSerializerTests ‑ test_tag_serializer_is_invalid_with_wrong_form
tests.incident.test_serializers.TagSerializerTests ‑ test_tag_serializer_is_valid_with_correct_input
tests.incident.test_serializers.UpdateAcknowledgementSerializerTests ‑ test_update_expired_ack_should_fail
tests.incident.test_serializers.UpdateAcknowledgementSerializerTests ‑ test_update_golden_path
tests.incident.test_serializers.UpdateAcknowledgementSerializerV1Tests ‑ test_update_expired_ack_should_fail
tests.incident.test_serializers.UpdateAcknowledgementSerializerV1Tests ‑ test_update_golden_path
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_admin_add_form_should_add_source_system_with_user
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_admin_change_form_should_change_fields
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_posting_duplicate_source_system_name_to_admin_add_form_should_not_add_objects
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_posting_duplicate_source_system_name_to_serializer_should_not_add_objects
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_posting_duplicate_source_system_username_to_admin_add_form_should_not_add_objects
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_posting_duplicate_source_system_username_to_serializer_should_set_username_with_generated_suffix
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_posting_empty_source_system_username_to_admin_add_form_should_use_source_system_name_as_username
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_posting_empty_source_system_username_to_serializer_should_use_source_system_name_as_username
tests.incident.test_source_system.SourceSystemPostingTests ‑ test_serializer_should_add_source_system_with_user
tests.incident.test_source_system_type.SourceSystemTypeTests ‑ test_creating_type_with_differently_cased_existing_name_fails
tests.incident.test_source_system_type.SourceSystemTypeTests ‑ test_name_is_always_lowercase_when_creating
tests.incident.test_source_system_type.SourceSystemTypeTests ‑ test_serializer_validates_name_case
tests.incident.test_views.BulkAcknowledgementViewSetTestCase ‑ test_can_bulk_create_acknowledgements_for_incidents_with_valid_ids
tests.incident.test_views.BulkAcknowledgementViewSetTestCase ‑ test_can_bulk_create_acknowledgements_with_empty_description_for_incidents_with_valid_ids
tests.incident.test_views.BulkAcknowledgementViewSetTestCase ‑ test_can_bulk_create_acknowledgements_without_description_and_expiration_for_incidents_with_valid_ids
tests.incident.test_views.BulkAcknowledgementViewSetTestCase ‑ test_can_partially_bulk_create_acknowledgements_for_incidents_with_some_valid_ids
tests.incident.test_views.BulkAcknowledgementViewSetTestCase ‑ test_cannot_bulk_create_acknowledgements_for_incidents_with_all_invalid_ids
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_bulk_close_sets_incident_end_time
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_bulk_reopen_removes_incident_end_time
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_can_bulk_create_events_for_incidents_with_valid_ids
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_can_bulk_create_events_with_description_empty_string_for_incidents_with_valid_ids
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_can_bulk_create_events_without_description_for_incidents_with_valid_ids
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_can_partially_bulk_create_events_for_incidents_with_some_valid_ids
tests.incident.test_views.BulkEventViewSetTestCase ‑ test_cannot_bulk_create_events_for_incidents_with_all_invalid_ids
tests.incident.test_views.BulkTicketUrlViewSetTestCase ‑ test_can_bulk_set_ticket_url_for_incidents_with_valid_ids
tests.incident.test_views.BulkTicketUrlViewSetTestCase ‑ test_can_partially_bulk_set_ticket_url_for_incidents_with_some_valid_ids
tests.incident.test_views.BulkTicketUrlViewSetTestCase ‑ test_cannot_bulk_set_ticket_url_for_incidents_with_all_invalid_ids
tests.incident.test_views.EventViewSetTestCase ‑ test_validate_event_type_for_incident_acknowledge_raises_validation_error
tests.incident.test_views.IncidentFilterByFilterPkTestCase ‑ test_filter_by_filter_pk_raises_error_on_invalid_decimal_pk
tests.incident.test_views.IncidentFilterByFilterPkTestCase ‑ test_filter_by_filter_pk_returns_no_incidents_on_non_existent_filter
tests.incident.test_views.IncidentFilterByFilterPkTestCase ‑ test_filter_by_filter_pk_returns_no_incidents_on_someone_elses_filter
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_open_false_and_stateful_false_returns_no_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_open_false_and_stateful_true_returns_only_closed_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_open_false_returns_only_closed_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_open_true_and_stateful_false_returns_no_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_open_true_and_stateful_true_returns_only_open_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_open_true_returns_only_open_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_stateful_false_returns_only_stateless_incidents
tests.incident.test_views.IncidentFilterByOpenAndStatefulV1TestCase ‑ test_stateful_true_returns_only_stateful_incidents
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_acknowledgement_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_acknowledgement_of_incident_with_empty_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_acknowledgement_of_incident_without_description_and_expiration
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_event_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_incident_with_tag
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_my_incident_with_tag
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_source_system
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_source_type
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_tag_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_create_ticket_url_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_delete_tag_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_acknowledgements_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_events
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_events_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_incidents
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_source_systems
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_source_types
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_all_tags_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_existing_ticket_url_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_incident_by_event_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_incident_by_incident_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_incident_by_incident_description_and_event_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_multiple_incidents_by_incident_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_multiple_incidents_by_incident_description_and_event_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_my_incidents
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_specific_acknowledgement_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_specific_event_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_specific_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_specific_source_system
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_specific_source_type
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_get_specific_tag_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_update_acknowledgement_of_incident
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_update_incident_level
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_update_source_system
tests.incident.test_views.IncidentViewSetTestCase ‑ test_cannot_create_tag_of_incident_with_invalid_key
tests.incident.test_views.IncidentViewSetTestCase ‑ test_cannot_get_incident_by_nonexisting_description
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_acknowledgement_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_event_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_incident_with_tag
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_my_incident_with_tag
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_source_system
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_source_type
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_tag_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_create_ticket_url_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_delete_tag_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_all_acknowledgements_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_all_events_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_all_incidents
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_all_source_systems
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_all_source_types
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_all_tags_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_my_incidents
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_specific_acknowledgement_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_specific_event_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_specific_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_specific_source_system
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_specific_source_type
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_get_specific_tag_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_update_acknowledgement_of_incident
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_update_incident_level
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_can_update_source_system
tests.incident.test_views.IncidentViewSetV1TestCase ‑ test_no_incidents_returns_empty_list
tests.incident.ticket_plugins.test_base.CreateClientTests ‑ test_create_client_returns_client
tests.incident.ticket_plugins.test_base.ImportSettingsTests ‑ test_import_settings_raises_error_when_ticket_authentication_secret_is_missing
tests.incident.ticket_plugins.test_base.ImportSettingsTests ‑ test_import_settings_raises_error_when_ticket_endpoint_is_missing
tests.incident.ticket_plugins.test_base.ImportSettingsTests ‑ test_import_settings_raises_error_when_ticket_information_is_missing
tests.incident.ticket_plugins.test_base.ImportSettingsTests ‑ test_import_settings_works_when_all_ticket_settings_are_set
tests.incident.ticket_plugins.test_dummy.DummyTicketSystemTests ‑ test_create_ticket_writes_to_local_variable
tests.incident.unit.test_incident_details_url.AdminIncidentDetailsUrlTestCase ‑ test_get_details_url_is_link_if_base_url_and_details_url
tests.incident.unit.test_incident_details_url.IncidentDetailsUrlTestCase ‑ test_pp_details_url_empty_string
tests.incident.unit.test_incident_details_url.IncidentDetailsUrlTestCase ‑ test_pp_details_url_has_base_url_absolute_url
tests.incident.unit.test_incident_details_url.IncidentDetailsUrlTestCase ‑ test_pp_details_url_has_base_url_empty_string
tests.incident.unit.test_incident_details_url.IncidentDetailsUrlTestCase ‑ test_pp_details_url_relative_url
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_create_filter_with_valid_values
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_create_notification_profile_with_valid_values
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_create_timeslot_with_valid_values
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_delete_notification_profile
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_delete_timeslot
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_delete_unused_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_all_filters
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_all_incidents_of_notification_profile
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_all_notification_profiles
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_all_timeslots
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_specific_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_specific_notification_profile
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_get_specific_timeslot
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_update_filter_name_with_valid_values
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_update_timeslot_for_notification_profile_with_valid_values
tests.notificationprofile.V1.test_views.ViewTests ‑ test_can_update_timeslot_name_with_valid_values
tests.notificationprofile.V1.test_views.ViewTests ‑ test_cannot_create_timeslot_with_end_time_before_start_time
tests.notificationprofile.V1.test_views.ViewTests ‑ test_cannot_delete_used_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_cannot_update_timeslot_end_time_to_before_start_time
tests.notificationprofile.V1.test_views.ViewTests ‑ test_create_filter_with_filter_string_copies_to_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_create_filter_with_filter_string_with_conflicting_source_system_ids_prefers_filter_content
tests.notificationprofile.V1.test_views.ViewTests ‑ test_filterpreview_returns_only_incidents_matching_specified_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_new_notificaton_profiles_have_correct_media
tests.notificationprofile.V1.test_views.ViewTests ‑ test_preview_returns_only_incidents_matching_specified_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_specific_filter_has_filter_string_copied_from_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_update_filter_with_filter_string_copies_to_filter
tests.notificationprofile.V1.test_views.ViewTests ‑ test_update_filter_with_filter_string_with_conflicting_source_system_ids_prefers_filter_content
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_can_create_email_destination
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_can_update_email_destination
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_invalid_with_different_medium
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_invalid_with_empty_settings
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_invalid_with_invalid_email_address
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_invalid_with_missing_key
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_valid_with_additional_arguments
tests.notificationprofile.destinations.test_email.EmailDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_valid_with_correct_input
tests.notificationprofile.destinations.test_email.EmailDestinationSendTests ‑ test_get_relevant_addresses_returns_only_email_addresses
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_create_email_destination_with_valid_values
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_delete_unsynced_unused_email_destination
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_not_allow_creating_email_destination_with_duplicate_email_address
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_not_allow_deletion_of_email_destination_in_use
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_not_allow_deletion_of_synced_email_destination
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_not_allow_updating_email_destination_with_duplicate_email_address
tests.notificationprofile.destinations.test_email.EmailDestinationViewTests ‑ test_should_update_email_destination_with_same_medium
tests.notificationprofile.destinations.test_email.EmailMediumViewTests ‑ test_should_get_email_medium
tests.notificationprofile.destinations.test_email.EmailMediumViewTests ‑ test_should_get_json_schema_for_email
tests.notificationprofile.destinations.test_email.EmailSignalTests ‑ test_default_email_destination_should_be_added_if_email_is_added_to_user
tests.notificationprofile.destinations.test_email.EmailSignalTests ‑ test_default_email_destination_should_be_created_if_user_has_email
tests.notificationprofile.destinations.test_email.EmailSignalTests ‑ test_default_email_destination_should_be_deleted_if_user_email_is_deleted
tests.notificationprofile.destinations.test_email.EmailSignalTests ‑ test_default_email_destination_should_be_updated_if_user_email_changes
tests.notificationprofile.destinations.test_email.EmailSignalTests ‑ test_default_email_destination_should_not_be_created_if_user_has_no_email
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_can_create_sms_destination
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_can_update_sms_destination
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_invalid_with_invalid_phone_number
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_email_destination_serializer_is_valid_with_additional_arguments
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_sms_destination_serializer_is_invalid_with_different_medium
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_sms_destination_serializer_is_invalid_with_empty_settings
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_sms_destination_serializer_is_invalid_with_missing_key
tests.notificationprofile.destinations.test_sms.SMSDestinationConfigSerializerTests ‑ test_sms_destination_serializer_is_valid_with_correct_input
tests.notificationprofile.destinations.test_sms.SMSDestinationSendTests ‑ test_get_relevant_addresses_returns_only_phone_numbers
tests.notificationprofile.destinations.test_sms.SMSDestinationViewTests ‑ test_should_create_sms_destination_with_valid_values
tests.notificationprofile.destinations.test_sms.SMSDestinationViewTests ‑ test_should_delete_sms_destination
tests.notificationprofile.destinations.test_sms.SMSDestinationViewTests ‑ test_should_not_allow_creating_sms_destination_with_duplicate_phone_number
tests.notificationprofile.destinations.test_sms.SMSDestinationViewTests ‑ test_should_not_allow_updating_sms_destination_with_duplicate_phone_number
tests.notificationprofile.destinations.test_sms.SMSDestinationViewTests ‑ test_should_update_sms_destination_with_same_medium
tests.notificationprofile.destinations.test_sms.SMSMediumViewTests ‑ test_should_get_json_schema_for_sms
tests.notificationprofile.destinations.test_sms.SMSMediumViewTests ‑ test_should_get_sms_medium
tests.notificationprofile.test_github236.SendingNotificationTest ‑ test_sending_event_to_multiple_profiles_of_the_same_user_should_not_raise_exception
tests.notificationprofile.test_media.FindDestinationsTest ‑ test_find_destinations_for_ack_event_without_acknowledgement
tests.notificationprofile.test_media.FindDestinationsTest ‑ test_find_destinations_for_event
tests.notificationprofile.test_media.FindDestinationsTest ‑ test_find_destinations_for_many_events
tests.notificationprofile.test_media.GetNotificationMediaTests ‑ test_get_notification_media_will_not_set_installed_to_false_for_destinations_with_other_media
tests.notificationprofile.test_media.GetNotificationMediaTests ‑ test_get_notification_media_will_set_installed_to_false_for_medium_of_destination
tests.notificationprofile.test_media.SerializeModelTest ‑ test_modelinstance_to_dict_should_not_change_modelinstance
tests.notificationprofile.test_models.FilterTests ‑ test_filtered_incidents_returns_empty_if_no_incident_fits_filter
tests.notificationprofile.test_models.FilterTests ‑ test_filtered_incidents_returns_incident_if_incident_fits_filter
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_fitting_maxlevel_empty_if_no_incidents_with_this_maxlevel
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_fitting_maxlevel_finds_incidents_with_this_maxlevel
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_fitting_tristates_empty_if_no_incidents_with_these_tristates
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_fitting_tristates_finds_incidents_with_these_tristates
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_with_source_systems_empty_if_no_incidents_with_these_source_systems
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_with_source_systems_finds_incidents_with_these_source_systems
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_with_tags_empty_if_no_incidents_with_these_tags
tests.notificationprofile.test_models.FilterTests ‑ test_incidents_with_tags_finds_incidents_with_these_tags
tests.notificationprofile.test_models.FilterTests ‑ test_source_fits_false_if_incident_does_not_fit_source
tests.notificationprofile.test_models.FilterTests ‑ test_source_fits_false_if_incident_does_not_fit_tags
tests.notificationprofile.test_models.FilterTests ‑ test_source_fits_true_if_incident_fits_source
tests.notificationprofile.test_models.FilterTests ‑ test_tags_fit_false_if_incident_does_not_fit_source_and_tags
tests.notificationprofile.test_models.FilterTests ‑ test_tags_fit_true_if_incident_fits_source_and_tags
tests.notificationprofile.test_models.FilterTests ‑ test_tags_fit_true_if_incident_fits_tags
tests.notificationprofile.test_models.FilterWrapperEventTypeEmptyTests ‑ test_when_event_filter_exists_is_event_type_empty_should_return_false
tests.notificationprofile.test_models.FilterWrapperEventTypeEmptyTests ‑ test_when_filter_is_empty_is_event_type_empty_should_return_true
tests.notificationprofile.test_models.FilterWrapperIncidentFitsEventTypeTests ‑ test_when_event_filter_is_empty_any_event_should_fit
tests.notificationprofile.test_models.FilterWrapperIncidentFitsEventTypeTests ‑ test_when_event_filter_is_set_event_with_matching_type_should_fit
tests.notificationprofile.test_models.FilterWrapperIncidentFitsEventTypeTests ‑ test_when_event_filter_is_set_event_with_not_matching_type_should_not_fit
tests.notificationprofile.test_models.FilterWrapperIncidentFitsMaxlevelTests ‑ test_incident_fits_maxlevel
tests.notificationprofile.test_models.FilterWrapperIncidentFitsMaxlevelTests ‑ test_incident_fits_maxlevel_no_maxlevel_set
tests.notificationprofile.test_models.FilterWrapperIncidentFitsTristatesTests ‑ test_incident_fits_tristates_fallback_should_not_override
tests.notificationprofile.test_models.FilterWrapperIncidentFitsTristatesTests ‑ test_incident_fits_tristates_is_false
tests.notificationprofile.test_models.FilterWrapperIncidentFitsTristatesTests ‑ test_incident_fits_tristates_is_true
tests.notificationprofile.test_models.FilterWrapperIncidentFitsTristatesTests ‑ test_incident_fits_tristates_no_tristates_set
tests.notificationprofile.test_models.FilterWrapperIncidentFitsTristatesTests ‑ test_incident_fits_tristates_no_tristates_set_with_fallback
tests.notificationprofile.test_models.FilterWrapperMaxlevelEmptyTests ‑ test_is_maxlevel_empty_is_false
tests.notificationprofile.test_models.FilterWrapperMaxlevelEmptyTests ‑ test_is_maxlevel_empty_is_true
tests.notificationprofile.test_models.FilterWrapperSourceSystemIdsEmptyTests ‑ test_when_filter_is_empty_are_source_system_ids_empty_should_return_true
tests.notificationprofile.test_models.FilterWrapperSourceSystemIdsEmptyTests ‑ test_when_source_system_ids_filter_exists_are_source_system_ids_empty_should_return_false
tests.notificationprofile.test_models.FilterWrapperSourceSystemIdsEmptyTests ‑ test_when_source_system_ids_is_an_empty_list_are_source_system_ids_empty_should_return_true
tests.notificationprofile.test_models.FilterWrapperTagsEmptyTests ‑ test_when_filter_is_empty_are_tags_empty_should_return_true
tests.notificationprofile.test_models.FilterWrapperTagsEmptyTests ‑ test_when_tags_filter_exists_are_tags_empty_should_return_false
tests.notificationprofile.test_models.FilterWrapperTagsEmptyTests ‑ test_when_tags_is_an_empty_list_are_tags_empty_should_return_true
tests.notificationprofile.test_models.FilterWrapperTristatesEmptyTests ‑ test_are_tristates_empty_ignores_garbage
tests.notificationprofile.test_models.FilterWrapperTristatesEmptyTests ‑ test_are_tristates_empty_is_false
tests.notificationprofile.test_models.FilterWrapperTristatesEmptyTests ‑ test_are_tristates_empty_is_true
tests.notificationprofile.test_models.FilterWrapperTristatesEmptyTests ‑ test_are_tristates_empty_with_fallback
tests.notificationprofile.test_models.HelperTimeFunctionsTests ‑ test_make_aware_function_works
tests.notificationprofile.test_models.HelperTimeFunctionsTests ‑ test_set_time_works
tests.notificationprofile.test_models.TimeRecurrenceTests ‑ test_timestamp_is_within_false_if_after_recurrence
tests.notificationprofile.test_models.TimeRecurrenceTests ‑ test_timestamp_is_within_false_if_before_recurrence
tests.notificationprofile.test_models.TimeRecurrenceTests ‑ test_timestamp_is_within_true_if_within_recurrence
tests.notificationprofile.test_models.TimeslotTests ‑ test_timestamp_is_within_recurrences_false_if_not_within_recurrences
tests.notificationprofile.test_models.TimeslotTests ‑ test_timestamp_is_within_recurrences_true_if_within_recurrences
tests.notificationprofile.test_serializers.TimeslotSerializerTests ‑ test_can_create_timeslot
tests.notificationprofile.test_serializers.TimeslotSerializerTests ‑ test_can_update_timeslot
tests.notificationprofile.test_serializers.TimeslotSerializerTests ‑ test_cannot_create_timeslot_with_duplicate_name
tests.notificationprofile.test_serializers.TimeslotSerializerTests ‑ test_cannot_update_timeslot_with_duplicate_name
tests.notificationprofile.test_serializers.TimeslotSerializerTests ‑ test_timeslot_serializer_is_invalid_with_duplicate_name
tests.notificationprofile.test_serializers.TimeslotSerializerTests ‑ test_timeslot_serializer_is_valid_with_correct_input
tests.notificationprofile.test_views.DestinationViewTests ‑ test_should_get_list_of_all_destinations
tests.notificationprofile.test_views.DestinationViewTests ‑ test_should_get_specific_destination
tests.notificationprofile.test_views.DestinationViewTests ‑ test_should_indicate_duplicate_destination_when_it_exists
tests.notificationprofile.test_views.DestinationViewTests ‑ test_should_not_break_on_trying_to_delete_nonexisting_destination
tests.notificationprofile.test_views.DestinationViewTests ‑ test_should_not_indicate_duplicate_destination_when_it_doesnt_exist
tests.notificationprofile.test_views.FilterViewTests ‑ test_get_specific_filter_should_return_the_filter_we_asked_for
tests.notificationprofile.test_views.FilterViewTests ‑ test_list_has_all_filters
tests.notificationprofile.test_views.FilterViewTests ‑ test_list_is_reachable
tests.notificationprofile.test_views.FilterViewTests ‑ test_should_create_filter_with_valid_values
tests.notificationprofile.test_views.FilterViewTests ‑ test_should_delete_unused_filter
tests.notificationprofile.test_views.FilterViewTests ‑ test_should_not_break_on_trying_to_delete_non_existent_filter
tests.notificationprofile.test_views.FilterViewTests ‑ test_should_not_delete_used_filter
tests.notificationprofile.test_views.FilterViewTests ‑ test_should_update_filter_name_with_valid_values
tests.notificationprofile.test_views.FilterViewTests ‑ test_specific_filter_is_reachable
tests.notificationprofile.test_views.MediumViewTests ‑ test_should_get_all_media
tests.notificationprofile.test_views.MediumViewTests ‑ test_should_get_specific_medium
tests.notificationprofile.test_views.NotificationFilterIncidentViewTests ‑ test_filterpreview_returns_only_incidents_matching_specified_filter
tests.notificationprofile.test_views.NotificationFilterIncidentViewTests ‑ test_preview_returns_only_incidents_matching_specified_filter
tests.notificationprofile.test_views.NotificationIncidentViewTests ‑ test_should_get_list_of_all_incidents_matched_by_notification_profile
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_get_specific_profile_should_return_the_profile_we_asked_for
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_list_has_all_user_profiles
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_list_is_reachable
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_should_create_profile_with_valid_values
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_should_create_second_profile_with_empty_name
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_should_delete_profile
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_should_not_break_on_trying_to_delete_nonexisting_profile
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_should_not_create_profile_with_duplicate_name
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_specific_profile_is_reachable
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_updating_profile_to_empty_name_should_succeed
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_updating_profile_with_name_of_other_profile_should_fail
tests.notificationprofile.test_views.NotificationProfileViewTests ‑ test_updating_timeslot_should_not_change_pk
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_get_specific_timeslot_should_return_the_timeslot_we_asked_for
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_list_has_all_timeslots
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_list_is_reachable
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_create_timeslot_with_valid_values
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_delete_unused_timeslot
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_delete_used_timeslot_and_connected_profile
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_not_break_on_trying_to_delete_nonexisting_timeslot
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_update_timeslot_name_with_valid_values
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_update_timeslot_with_empty_time_recurrence
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_should_update_timeslot_with_no_time_recurrence
tests.notificationprofile.test_views.TimeslotViewTests ‑ test_specific_timeslot_is_reachable
tests.site.test_settings_helpers.NormalizeUrlTests ‑ test_add_missing_scheme_if_recoverable
tests.site.test_settings_helpers.NormalizeUrlTests ‑ test_dont_add_missing_scheme_if_not_recoverable
tests.site.test_settings_helpers.NormalizeUrlTests ‑ test_dont_strip_unknown_ports
tests.site.test_settings_helpers.NormalizeUrlTests ‑ test_strip_redundant_ports