Upgrade tailwind to v4 and daisy to v5 #1527
1 parse errors, 1 fail, 1 skipped, 563 pass in 13m 6s
4 files 1 errors 351 suites 13m 6s ⏱️
565 tests 563 ✅ 1 💤 1 ❌
1 695 runs 1 689 ✅ 3 💤 3 ❌
Results for commit 327835e.
Annotations
Check failure on line 0 in artifacts/test-reports-3.10/py310-django52/test-results.xml
github-actions / Test results
Error processing result file
File is empty.
Raw output
artifacts/test-reports-3.10/py310-django52/test-results.xml
Check warning on line 54 in tests/htmx/test_incident.py
github-actions / Test results
All 3 runs failed: test_add_filter_to_filterbox (tests.htmx.test_incident.TestRegularColumn)
artifacts/test-reports-3.11/py311-django52/test-results.xml [took 0s]
artifacts/test-reports-3.12/py312-django52/test-results.xml [took 0s]
artifacts/test-reports-3.13/py313-django52/test-results.xml [took 0s]
Raw output
None is not true
Traceback (most recent call last):
File "/home/runner/work/Argus/Argus/tests/htmx/test_incident.py", line 55, in test_add_filter_to_filterbox
self.assertTrue(
AssertionError: None is not true
Check notice on line 0 in .github
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
github-actions / Test results
565 tests found (test 1 to 558)
There are 565 tests, see "Raw output" for the list of tests 1 to 558.
Raw output
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_activate_should_set_is_active_to_True
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_deactivate_should_set_is_active_to_False_and_scramble_password
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_known_username_should_succeed
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_no_args_should_fail
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_nostaff_should_set_is_staff_to_False
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_nosuperuser_should_set_is_superuser_and_is_staff_to_False
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_setting_stringfields_should_set_stringfields
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_staff_should_set_is_staff_to_True
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_superuser_should_set_is_superuser_and_is_staff_to_True
tests.auth.management_commands.test_changeuser.ChangeUserTests ‑ test_unknown_username_should_fail
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_is_active_should_set_is_active_to_True
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_is_staff_should_set_is_staff_to_True
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_is_superuser_should_set_is_superuser_and_is_staff_to_True
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_known_username_should_fail
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_no_args_should_fail
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_setting_stringfields_should_set_stringfields
tests.auth.management_commands.test_createuser.CreateUserTests ‑ test_unknown_username_should_succeed
tests.auth.test_auth.AuthTokenAPITests ‑ test_refresh_token_returns_correct_new_token
tests.auth.test_knox_views.JsonAuthenticationTests ‑ test_authenticate_croaks_on_inactive_user
tests.auth.test_knox_views.JsonAuthenticationTests ‑ test_authenticate_croaks_on_invalid_json
tests.auth.test_knox_views.JsonAuthenticationTests ‑ test_authenticate_croaks_on_nonexistent_user
tests.auth.test_knox_views.JsonAuthenticationTests ‑ test_authenticate_golden_path
tests.auth.test_knox_views.JsonAuthenticationTests ‑ test_authenticate_with_no_request_body_returns_None
tests.auth.test_models.PreferencesManagerTests ‑ test_all_should_only_return_registered_preferences
tests.auth.test_models.PreferencesManagerTests ‑ test_get_all_defaults_returns_all_prefs_defaults
tests.auth.test_models.PreferencesManagerTests ‑ test_get_by_natural_key_fetches_preference_of_correct_namespace
tests.auth.test_models.PreferencesTests ‑ test_define_specific_preferences_via_forms_to_validate
tests.auth.test_models.PreferencesTests ‑ test_ensure_for_user_creates_all_installed_namespaces_for_user
tests.auth.test_models.PreferencesTests ‑ test_get_instance_converts_to_subclass
tests.auth.test_models.PreferencesTests ‑ test_get_namespaced_preferences_creates_preferences_with_defaults
tests.auth.test_models.PreferencesTests ‑ test_get_preference_always_succeeds
tests.auth.test_models.PreferencesTests ‑ test_imported_models_autoregister_in_Preferences_NAMESPACES
tests.auth.test_models.PreferencesTests ‑ test_natural_key_should_return_username_and_namespace
tests.auth.test_models.PreferencesTests ‑ test_overriden_get_context_dumps_preferences_field_and_more
tests.auth.test_models.PreferencesTests ‑ test_save_preference_saves_named_preference
tests.auth.test_models.PreferencesTests ‑ test_str_should_return_username_and_namespace
tests.auth.test_models.PreferencesTests ‑ test_update_context_overrides_preference
tests.auth.test_models.PreferencesTests ‑ test_vanilla_get_context_dumps_preferences_field_including_defaults
tests.auth.test_models.SubclassPreferencesManagerTests ‑ test_create_adds_instance_with_correct_namespace
tests.auth.test_models.SubclassPreferencesManagerTests ‑ test_default_queryset_only_includes_own_instances
tests.auth.test_models.UnregisteredPreferencesManagerTests ‑ test_all_does_not_find_registered_preferences
tests.auth.test_models.UnregisteredPreferencesManagerTests ‑ test_all_finds_all_unregistered_preferences
tests.auth.test_models.UserIsMemberOfGroupTests ‑ test_is_member_of_group_when_group_is_group_succeeds
tests.auth.test_models.UserIsMemberOfGroupTests ‑ test_is_member_of_group_when_group_is_str_succeeds
tests.auth.test_models.UserIsMemberOfGroupTests ‑ test_is_member_of_group_when_no_groups_returns_none
tests.auth.test_models.UserIsMemberOfGroupTests ‑ test_is_member_of_group_when_not_member_of_group_fails
tests.auth.test_models.UserIsUsedTests ‑ test_is_dormant_if_no_actions_taken
tests.auth.test_models.UserIsUsedTests ‑ test_is_not_dormant_if_actor_of_event
tests.auth.test_models.UserIsUsedTests ‑ test_is_not_dormant_if_source_of_incident
tests.auth.test_models.UserMiscMethodTests ‑ test_get_preferences_context_does_not_return_unregistered_preferences
tests.auth.test_models.UserMiscMethodTests ‑ test_get_preferences_context_returns_dict_of_all_properly_registered_preferences
tests.auth.test_models.UserTypeTests ‑ test_is_end_user
tests.auth.test_models.UserTypeTests ‑ test_is_source_system
tests.auth.test_utils.SavePreferencesTests ‑ test_invalid_form_fails
tests.auth.test_utils.SavePreferencesTests ‑ test_not_changing_preference_counts_as_success
tests.auth.test_utils.SavePreferencesTests ‑ test_save_preferences_by_model
tests.auth.test_utils.SavePreferencesTests ‑ test_save_preferences_succesfully
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_specific_user
tests.auth.test_views.ViewTests ‑ test_cannot_get_admin_url_if_user_is_not_staff
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_ack_filtered_incidents
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_ack_filtered_incidents_with_set_expiration
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_close_filtered_incidents
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_close_filtered_incidents_with_set_description
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_close_filtered_incidents_with_set_timestamp
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_reopen_filtered_incidents
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_bulk_set_ticket_url_for_filtered_incidents
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_fail_with_incorrect_username
tests.dev.test_bulk_incidents.BulkIncidentsTests ‑ test_bulk_incidents_will_not_bulk_ack_incidents_for_non_fitting_filter
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_check_token_expiry_can_handle_days_input
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_close_expiry_incidents_without_expiring_tokens_closes_unconnected_incidents
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_close_expiry_incidents_without_expiring_tokens_does_not_close_connected_incidents
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_create_token_expiry_incident_creates_incident
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_create_token_expiry_incident_raises_error_if_no_given_token
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_expiry_incident_is_closed_when_token_deleted
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_expiry_incident_is_closed_when_token_updated
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_find_token_expiry_finds_only_expiring_token
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_get_tokens_without_expiry_incident_ignores_other_tokens_expiry_incidents
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_get_tokens_without_expiry_incident_returns_all_tokens_if_no_open_expiry_incident
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_get_tokens_without_expiry_incident_returns_no_tokens_if_all_have_expiry_incident
tests.dev.test_check_token_expiry.CheckTokenExpiryTests ‑ test_get_tokens_without_expiry_incident_returns_token_with_closed_expiry_incident
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_closes_incident_older_than_duration
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_closes_incident_using_id
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_closes_incident_using_source_and_source_incident_id
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_closes_incident_with_set_closing_message
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_does_not_close_incident_on_badly_formatted_duration
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_does_not_close_incident_on_invalid_duration
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_does_not_close_incident_younger_than_duration
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_does_not_close_stateless_incident
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_does_not_fail_on_non_existent_incident_using_id
tests.dev.test_close_incident.CloseIncidentArgumentsTests ‑ test_does_not_fail_on_non_existent_incident_using_source_and_source_incident_id
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_closes_incident_with_closing_message
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_closes_incident_with_longer_duration
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_closes_incident_with_set_id
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_closes_incident_with_set_source_and_source_incident_id
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_closes_incidents_with_one_set_id_and_one_source_and_source_incident_id
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_does_not_close_incident_on_badly_formatted_duration
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_does_not_close_incident_on_invalid_duration
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_does_not_close_incident_with_shorter_duration
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_does_not_fail_on_non_existent_incident_using_id
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_does_not_fail_on_non_existent_incident_using_source_and_source_incident_id
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_does_not_raise_error_for_non_existent_file
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_ignores_extra_data
tests.dev.test_close_incident.CloseIncidentFilesTests ‑ test_raises_error_for_additional_arguments_to_files
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_multiple_fake_incidents
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_description
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_level
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_metadata
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_metadata_from_file
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_source
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_source_and_source_type
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_incident_with_set_tag
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_single_fake_stateless_incident
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_creates_source_if_not_existing
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_does_not_create_incident_for_non_existent_metadata_file
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_raises_error_for_invalid_level
tests.dev.test_create_fake_incident.CreateFakeIncidentWithArgumentsTests ‑ test_uses_argus_source_if_none_specified
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_creates_multiple_fake_incidents_with_set_data
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_creates_single_fake_incident_with_set_data
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_do_create_another_incident_for_same_source_and_source_incident_id_if_source_incident_id_is_empty_string
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_does_not_create_incident_for_empty_file
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_does_not_create_incident_for_invalid_data
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_does_not_create_incident_for_non_existent_file
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_does_not_create_incident_for_same_source_and_source_incident_id_as_existing
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_raises_error_for_extra_arguments_to_files
tests.dev.test_create_fake_incident.CreateFakeIncidentWithFilesTests ‑ test_uses_argus_source_if_none_specified
tests.dev.test_create_source.CreateSourceTests ‑ test_create_source_will_create_source
tests.dev.test_create_source.CreateSourceTests ‑ test_create_source_will_create_source_with_set_type
tests.dev.test_create_source.CreateSourceTests ‑ test_create_source_will_use_already_existing_source_system
tests.dev.test_create_source.CreateSourceTests ‑ test_create_source_will_use_already_existing_source_system_type
tests.dev.test_create_source.CreateSourceTests ‑ test_create_source_will_use_already_existing_source_system_type_with_differing_case
tests.dev.test_gen_secret_key.GenSecretKeyTests ‑ test_gen_secret_key_will_output_a_secret_key
tests.dev.test_initial_setup.CreateFakeIncidentTests ‑ test_initial_setup_will_create_superuser_and_default_instances
tests.dev.test_initial_setup.CreateFakeIncidentTests ‑ test_initial_setup_will_create_superuser_with_set_email
tests.dev.test_initial_setup.CreateFakeIncidentTests ‑ test_initial_setup_will_create_superuser_with_set_password
tests.dev.test_initial_setup.CreateFakeIncidentTests ‑ test_initial_setup_will_create_superuser_with_set_username
tests.dev.test_initial_setup.CreateFakeIncidentTests ‑ test_initial_setup_will_display_error_message_if_called_twice
tests.dev.test_list_filters.ListFiltersTests ‑ test_list_filters_will_fail_with_pk_and_name_given
tests.dev.test_list_filters.ListFiltersTests ‑ test_list_filters_will_list_all_filters
tests.dev.test_list_filters.ListFiltersTests ‑ test_list_filters_will_list_specific_filter_by_name
tests.dev.test_list_filters.ListFiltersTests ‑ test_list_filters_will_list_specific_filter_by_pk
tests.dev.test_toggle_profile_activation.CreateFakeIncidentTests ‑ test_toggle_profile_activation_should_activate_inactivate_profile
tests.dev.test_toggle_profile_activation.CreateFakeIncidentTests ‑ test_toggle_profile_activation_should_deactivate_active_profile
tests.dev.test_toggle_profile_activation.CreateFakeIncidentTests ‑ test_toggle_profile_activation_should_raise_error_for_invalid_id
tests.dev.test_toggle_profile_activation.CreateFakeIncidentTests ‑ test_toggle_profile_activation_should_raise_error_for_missing_ids
tests.dev.test_toggle_profile_activation.CreateFakeIncidentTests ‑ test_toggle_profile_activation_should_report_error_but_update_for_partially_found_ids
tests.dev.test_toggle_profile_activation.CreateFakeIncidentTests ‑ test_toggle_profile_activation_should_toggle_multiple_profiles
tests.dev.test_utils.StressTesterTests ‑ test_get_auth_header_returns_correct_header_values
tests.dev.test_utils.StressTesterTests ‑ test_get_incidents_v2_url_returns_correct_url
tests.dev.test_utils.StressTesterTests ‑ test_verify_description_does_not_raise_exception_for_correct_description
tests.dev.test_utils.StressTesterTests ‑ test_verify_description_raise_error_for_incorrect_description
tests.dev.test_utils.StressTesterTests ‑ test_verify_tags_does_not_raise_exception_for_correct_tags
tests.dev.test_utils.StressTesterTests ‑ test_verify_tags_raise_error_for_incorrect_tags
tests.filter.test_filterplugin.GetFilterBackendTest ‑ test_get_filter_backend_returns_default_backend_if_setting_not_set
tests.filter.test_filterplugin.GetFilterBackendTest ‑ test_get_filter_backend_returns_the_right_format_module
tests.filter.test_filterwrapper.FallbackFilterWrapperEventFitsEventTypeTests ‑ test_when_event_filter_is_empty_any_event_should_fit
tests.filter.test_filterwrapper.FallbackFilterWrapperEventFitsEventTypeTests ‑ test_when_event_filter_is_set_event_with_matching_type_should_fit
tests.filter.test_filterwrapper.FallbackFilterWrapperEventFitsEventTypeTests ‑ test_when_event_filter_is_set_event_with_not_matching_type_should_not_fit
tests.filter.test_filterwrapper.FallbackFilterWrapperGetFilterValueTests ‑ test_fallback_filter_does_not_override_given_key
tests.filter.test_filterwrapper.FallbackFilterWrapperGetFilterValueTests ‑ test_fallback_filter_fills_in_missing_key
tests.filter.test_filterwrapper.FallbackFilterWrapperGetFilterValueTests ‑ test_ignores_garbage
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsMaxlevelTests ‑ test_incident_fits_maxlevel_is_False_if_incident_level_is_gt_maxlevel
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsMaxlevelTests ‑ test_incident_fits_maxlevel_is_None_if_not_mentioned_in_filter
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsMaxlevelTests ‑ test_incident_fits_maxlevel_is_True_if_incident_level_is_lte_maxlevel
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsSourceSystemTests ‑ test_incident_fits_source_system_is_False_if_incident_source_system_is_not_in_filter_source_system
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsSourceSystemTests ‑ test_incident_fits_source_system_is_None_if_not_mentioned_in_filter
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsSourceSystemTests ‑ test_incident_fits_source_system_is_True_if_incident_source_system_is_the_same_as_filter_source_system
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTagsTests ‑ test_incident_fits_tags_is_False_if_incident_tags_is_not_in_filter_tags
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTagsTests ‑ test_incident_fits_tags_is_False_if_no_incident_tags
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTagsTests ‑ test_incident_fits_tags_is_None_if_not_mentioned_in_filter
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTagsTests ‑ test_incident_fits_tags_is_True_if_incident_tags_is_in_filter_tags
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTristateTests ‑ test_incident_fits_tristate_is_False_if_False_in_filter_and_incident_tristate_is_True
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTristateTests ‑ test_incident_fits_tristate_is_False_if_True_in_filter_and_incident_tristate_is_False
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTristateTests ‑ test_incident_fits_tristate_is_None_for_non_tristates_filters
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTristateTests ‑ test_incident_fits_tristate_is_None_if_not_mentioned_in_filter
tests.filter.test_filterwrapper.FallbackFilterWrapperIncidentFitsTristateTests ‑ test_incident_fits_tristate_is_True_if_True_in_filter_and_incident_tristate_is_True
tests.filter.test_filterwrapper.FallbackFilterWrapperIsEmptyTests ‑ test_empty_filter_is_empty
tests.filter.test_filterwrapper.FallbackFilterWrapperIsEmptyTests ‑ test_falsey_values_is_empty
tests.filter.test_filterwrapper.FallbackFilterWrapperIsEmptyTests ‑ test_one_truthy_key_means_not_empty
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_fitting_maxlevel_empty_if_no_incidents_with_this_maxlevel
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_fitting_maxlevel_finds_incidents_with_this_maxlevel
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_fitting_tristates_empty_if_no_incidents_with_these_tristates
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_fitting_tristates_finds_incidents_with_these_tristates
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_with_source_systems_empty_if_no_incidents_with_these_source_systems
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_with_source_systems_finds_incidents_with_these_source_systems
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_with_tags_empty_if_no_incidents_with_these_tags
tests.filter.test_queryset_filters.FilteredIncidentsHelpersTests ‑ test_incidents_with_tags_finds_incidents_with_these_tags
tests.filter.test_queryset_filters.FilteredIncidentsTests ‑ test_filtered_incidents_returns_empty_if_no_incident_fits_filter
tests.filter.test_queryset_filters.FilteredIncidentsTests ‑ test_filtered_incidents_returns_incident_if_incident_fits_filter
tests.htmx.incident.test_customization.TestGetIncidentTableColumns ‑ test_it_should_raise_exception_if_settings_contain_name_for_nonexisting_builtin
tests.htmx.incident.test_customization.TestGetIncidentTableColumns ‑ test_it_should_return_correct_builtin_columns_based_on_name
tests.htmx.incident.test_customization.TestGetIncidentTableColumns ‑ test_it_should_return_custom_column
tests.htmx.incident.test_filter.TestCreateNamedFilter ‑ test_if_input_is_invalid_it_should_not_return_a_filter
tests.htmx.incident.test_filter.TestCreateNamedFilter ‑ test_if_input_is_valid_it_should_return_a_filter
tests.htmx.incident.test_filter.TestCreateNamedFilter ‑ test_should_return_a_named_filter_form
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_if_form_is_not_valid_then_to_filterblob_should_return_an_empty_dict
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_if_form_is_valid_then_filterblob_should_contain_correct_acked_value
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_if_form_is_valid_then_filterblob_should_contain_correct_open_value
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_if_form_is_valid_then_filterblob_should_contain_correct_sourcesystemids_value
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_if_form_is_valid_then_filterblob_should_contain_correct_tags_value
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_if_tags_have_wrong_format_then_it_should_create_an_error
tests.htmx.incident.test_filter.TestIncidentFilterForm ‑ test_lack_of_tags_should_not_cause_an_error
tests.htmx.incident.test_filter.TestIncidentListFilter ‑ test_get_request_without_selected_filter_should_use_get_parameters_as_form_data
tests.htmx.incident.test_filter.TestIncidentListFilter ‑ test_invalid_request_should_return_form_with_errors
tests.htmx.incident.test_filter.TestIncidentListFilter ‑ test_invalid_request_should_return_unfiltered_queryset
tests.htmx.incident.test_filter.TestIncidentListFilter ‑ test_post_request_without_selected_filter_should_use_post_parameters_as_form_data
tests.htmx.incident.test_filter.TestIncidentListFilter ‑ test_valid_request_should_return_filtered_queryset
tests.htmx.incident.test_filter.TestIncidentListFilter ‑ test_valid_request_should_return_form_with_correct_values
tests.htmx.incident.test_utils.TestGetFilterFunction ‑ test_gets_callable_directly
tests.htmx.incident.test_utils.TestGetFilterFunction ‑ test_gets_incident_list_filter_by_default
tests.htmx.incident.test_utils.TestGetFilterFunction ‑ test_gets_incident_list_filter_from_dotted_path
tests.htmx.incident.test_utils.TestGetFilterFunction ‑ test_gets_incident_list_filter_from_module
tests.htmx.notificationprofile.test_forms.NotificationProfileFormTests ‑ test_form_with_different_name_as_other_profiles_is_valid
tests.htmx.notificationprofile.test_forms.NotificationProfileFormTests ‑ test_form_with_same_name_as_other_profile_is_invalid
tests.htmx.notificationprofile.test_forms.NotificationProfileFormTests ‑ test_updating_form_with_same_name_as_other_profile_is_invalid
tests.htmx.notificationprofile.test_forms.NotificationProfileFormTests ‑ test_updating_form_with_same_name_as_self_is_valid
tests.htmx.test_incident.TestFilterableColumn ‑ test_adds_filter_button_to_header
tests.htmx.test_incident.TestFilterableColumn ‑ test_doesnt_add_filter_to_filterbox
tests.htmx.test_incident.TestRegularColumn ‑ test_add_filter_to_filterbox
tests.htmx.test_incident.TestRegularColumn ‑ test_doesnt_add_filter_button_to_header
tests.htmx.test_middleware.TestHtmxMessageMiddleware ‑ test_adds_message_to_response
tests.htmx.test_middleware.TestHtmxMessageMiddleware ‑ test_doesnt_add_message_on_redirect_response
tests.htmx.test_middleware.TestHtmxMessageMiddleware ‑ test_doesnt_add_message_to_response_if_not_htmx
tests.htmx.test_middleware.TestLoginRequiredMiddleware ‑ test_process_view_authenticated
tests.htmx.test_middleware.TestLoginRequiredMiddleware ‑ test_process_view_login_required_false
tests.htmx.test_middleware.TestLoginRequiredMiddleware ‑ test_process_view_public_urls
tests.htmx.test_middleware.TestLoginRequiredMiddleware ‑ test_process_view_redirect
tests.htmx.test_utils.TestBulkAckQueryset ‑ test_incidents_in_queryset_should_be_acked
tests.htmx.test_utils.TestBulkAckQueryset ‑ test_should_return_acked_incidents
tests.htmx.test_utils.TestBulkChangeTicketUrlQueryset ‑ test_should_return_incidents_in_queryset
tests.htmx.test_utils.TestBulkChangeTicketUrlQueryset ‑ test_ticket_url_for_incidents_in_queryset_should_be_changed_to_new_url
tests.htmx.test_utils.TestBulkCloseQueryset ‑ test_incidents_in_queryset_should_be_closed
tests.htmx.test_utils.TestBulkCloseQueryset ‑ test_should_return_closed_incidents
tests.htmx.test_utils.TestBulkReopenQueryset ‑ test_incidents_in_queryset_should_be_reopened
tests.htmx.test_utils.TestBulkReopenQueryset ‑ test_should_return_reopened_incidents
tests.htmx.test_utils.TestGetQSForIncidentIDs ‑ test_when_given_ids_that_does_not_exist_in_queryset_it_should_include_them_in_missing_ids
tests.htmx.test_utils.TestGetQSForIncidentIDs ‑ test_when_given_ids_that_exist_in_default_queryset_it_should_return_all_matching_incidents
tests.htmx.test_utils.TestGetQSForIncidentIDs ‑ test_when_given_ids_that_exist_in_specified_queryset_it_should_return_all_matching_incidents
tests.htmx.test_utils.TestSingleAutocreateTicketUrlQueryset ‑ test_should_not_update_url_if_incident_already_has_a_ticket_url
tests.htmx.test_utils.TestSingleAutocreateTicketUrlQueryset ‑ test_should_raise_exception_if_queryset_contains_more_than_one_result
tests.htmx.test_utils.TestSingleAutocreateTicketUrlQueryset ‑ test_should_raise_exception_if_queryset_contains_no_results
tests.htmx.test_utils.TestSingleAutocreateTicketUrlQueryset ‑ test_should_set_url_for_created_ticket
tests.incident.test_change_event.ChangeEventTests ‑ test_change_event_is_created_on_description_changes
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_metadata_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.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_description
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_details_url
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_end_time
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_existing_source
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_level
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_source_incident_id
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_start_time
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_tags
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_incident_with_set_ticket_url
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_creates_stateless_incident
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_does_not_raise_error_on_extra_args
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_ignores_set_end_time_for_stateless_incident
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_raises_error_on_invalid_ticket_url
tests.incident.test_create_fake_incident.CreateFakeIncidentTestCase ‑ test_create_fake_incident_raises_error_on_non_existent_source
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.IncidentLevelTests ‑ test_level_str_returns_name_of_level
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.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_source_system.SourceSystemPostingTests ‑ test_admin_add_form_should_add_source_system_with_user
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_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.IncidentViewSetDeleteTestCase ‑ test_can_delete_acknowledged_incidente
tests.incident.test_views.IncidentViewSetDeleteTestCase ‑ test_cannot_delete_incident_if_indelible_is_True
tests.incident.test_views.IncidentViewSetDeleteTestCase ‑ test_nonsource_nonsuperuser_cannot_delete_incident
tests.incident.test_views.IncidentViewSetDeleteTestCase ‑ test_source_can_delete_owned_incident_if_indelible_is_False
tests.incident.test_views.IncidentViewSetDeleteTestCase ‑ test_source_cannot_delete_unowned_incident_if_indelible_is_False
tests.incident.test_views.IncidentViewSetDeleteTestCase ‑ test_superuser_can_delete_incident_if_indelible_is_False
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_description
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_update_incident_level
tests.incident.test_views.IncidentViewSetTestCase ‑ test_can_update_incident_metadata
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.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.ticket_plugins.test_utils.GetAutocreateTicketPluginTests ‑ test_plugin_path_setting_not_set_should_raise_TicketSettingsException
tests.incident.ticket_plugins.test_utils.GetAutocreateTicketPluginTests ‑ test_plugin_path_setting_set_to_bullshit_should_raise_TicketPluginImportException
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.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_unused_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_deletion_of_sms_destination_in_use
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_by_filtering_by_event_types
tests.notificationprofile.test_media.FindDestinationsTest ‑ test_find_destinations_by_filtering_by_event_types_using_fallback_filter
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.HelperTimeFunctionsTests ‑ test_make_aware_function_works
tests.notificationprofile.test_models.HelperTimeFunctionsTests ‑ test_set_time_works
tests.notificationprofile.test_models.TimeRecurrenceStrTests ‑ test_time_recurrence_is_24_7_returns_24_7
tests.notificationprofile.test_models.TimeRecurrenceStrTests ‑ test_time_recurrence_is_every_day_returns_string_with_every_day
tests.notificationprofile.test_models.TimeRecurrenceStrTests ‑ test_time_recurrence_is_every_hour_but_not_every_day_returns_string_with_around_the_clock
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_event_types
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_misc.GetVersionTest ‑ test_get_version_never_fails
tests.site.test_settings_helpers.GetUrlPatternsFromSettingsTest ‑ test_urls_with_namespace_return_list_of_paths_with_namespace
tests.site.test_settings_helpers.GetUrlPatternsFromSettingsTest ‑ test_urls_without_namespace_return_list_of_paths_without_namespace
tests.site.test_settings_helpers.GetUrlPatternsFromSettingsTest ‑ test_when_setting_is_falsey_return_empty_list
tests.site.test_settings_helpers.GetUrlPatternsFromSettingsTest ‑ test_when_setting_urls_is_falsey_it_should_return_empty_list
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
tests.site.test_settings_helpers.UpdateContextProcessorsListTests ‑ test_when_app_settings_contain_context_processors_it_should_append_them_to_DjangoTemplates_context_processors_list
tests.site.test_settings_helpers.UpdateContextProcessorsListTests ‑ test_when_context_processor_setting_is_unset_it_should_do_nothing
tests.site.test_settings_helpers.UpdateContextProcessorsListTests ‑ test_when_it_is_not_a_DjangoTemplates_section_it_should_do_nothing
Check notice on line 0 in .github
github-actions / Test results
565 tests found (test 559 to 565)
There are 565 tests, see "Raw output" for the list of tests 559 to 565.
Raw output
tests.site.test_settings_helpers.UpdateContextProcessorsListTests ‑ test_when_template_setting_is_falsey_it_should_do_nothing
tests.site.test_settings_validators.AppSettingTests ‑ test_when_app_settings_only_contains_app_name_it_should_validate
tests.site.test_views.TestAPIV1GoneView ‑ test_api_v1_root_returns_410_on_access
tests.util.test_utils.CollectionToProseTest ‑ test_empty_collection_returns_empty_string
tests.util.test_utils.CollectionToProseTest ‑ test_more_than_two_items_should_join_the_items_with_comma_and_and
tests.util.test_utils.CollectionToProseTest ‑ test_single_item_collection_should_str_that_item
tests.util.test_utils.CollectionToProseTest ‑ test_two_item_collection_should_join_the_items_with_and