Update CODEOWNERS to remove @neejweej #95
GitHub Actions / Test Results
succeeded
Apr 17, 2026 in 0s
All 88 tests pass in 1s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
88 tests found
There are 88 tests, see "Raw output" for the full list of tests.
Raw output
csp_bot.tests.test_backends.TestBackendImports ‑ test_slack_backend_imports
csp_bot.tests.test_backends.TestBackendImports ‑ test_symphony_backend_imports
csp_bot.tests.test_backends.TestChatomIntegration ‑ test_chatom_mention_utils
csp_bot.tests.test_backends.TestChatomIntegration ‑ test_chatom_types_available
csp_bot.tests.test_bot.TestBotInit ‑ test_create_bot
csp_bot.tests.test_bot.TestBotInit ‑ test_create_bot_empty_config
csp_bot.tests.test_bot.TestMessageHandling ‑ test_chatom_message_fields
csp_bot.tests.test_bot.TestMessageHandling ‑ test_create_message_with_mentions
csp_bot.tests.test_bot_integration.TestBotCommandChannel ‑ test_channel_property_returns_channel_object
csp_bot.tests.test_bot_integration.TestBotCommandChannel ‑ test_channel_property_with_resolved_channel
csp_bot.tests.test_bot_integration.TestBotInfoCaching ‑ test_bot_id_cached_after_fetch
csp_bot.tests.test_bot_integration.TestBotInfoCaching ‑ test_bot_name_cached_after_fetch
csp_bot.tests.test_bot_integration.TestBotInfoCaching ‑ test_bot_name_uses_config_override
csp_bot.tests.test_bot_integration.TestChannelResolution ‑ test_resolve_channel_by_name
csp_bot.tests.test_bot_integration.TestCommandArgumentParsing ‑ test_parse_args_without_channel_directive
csp_bot.tests.test_bot_integration.TestCommandArgumentParsing ‑ test_parse_bang_channel_directive
csp_bot.tests.test_bot_integration.TestCommandArgumentParsing ‑ test_parse_bang_room_directive
csp_bot.tests.test_bot_integration.TestCommandArgumentParsing ‑ test_parse_channel_directive
csp_bot.tests.test_bot_integration.TestCommandArgumentParsing ‑ test_parse_room_directive
csp_bot.tests.test_bot_integration.TestCommandArgumentParsing ‑ test_symphony_mention_parsing_with_multiword_names
csp_bot.tests.test_bot_integration.TestCreateResponseMessage ‑ test_create_response_message_has_metadata
csp_bot.tests.test_bot_integration.TestCreateResponseMessage ‑ test_create_response_message_with_mentions
csp_bot.tests.test_bot_integration.TestDirectMessageDetection ‑ test_is_dm_from_message_property
csp_bot.tests.test_bot_integration.TestDirectMessageDetection ‑ test_slack_dm_channel_id_detection
csp_bot.tests.test_bot_integration.TestDirectMessageDetection ‑ test_symphony_im_stream_type_detection
csp_bot.tests.test_bot_integration.TestEnsureBackendConnected ‑ test_connected_backends_dict_initialized_empty
csp_bot.tests.test_bot_integration.TestEnsureBackendConnected ‑ test_ensure_backend_connected_caches_result
csp_bot.tests.test_bot_integration.TestEnsureBackendConnected ‑ test_ensure_backend_connected_returns_none_for_missing_adapter
csp_bot.tests.test_bot_integration.TestExtractCommands ‑ test_extract_command_strips_bot_mention[<@!UBOT123> /test-discord-UBOT123]
csp_bot.tests.test_bot_integration.TestExtractCommands ‑ test_extract_command_strips_bot_mention[<@UBOT123> /test-slack-UBOT123]
csp_bot.tests.test_bot_integration.TestExtractCommands ‑ test_extract_command_strips_bot_mention[<@UBOT123>!test-slack-UBOT123]
csp_bot.tests.test_bot_integration.TestExtractCommands ‑ test_extract_command_strips_bot_mention[<@UBOT123>/test-slack-UBOT123]
csp_bot.tests.test_bot_integration.TestExtractCommands ‑ test_extract_command_with_room_directive
csp_bot.tests.test_bot_integration.TestExtractCommands ‑ test_extract_command_without_prefix_shows_help
csp_bot.tests.test_bot_integration.TestFilterMessagesForBackend ‑ test_message_with_empty_metadata_would_be_filtered_out
csp_bot.tests.test_bot_integration.TestFilterMessagesForBackend ‑ test_message_with_matching_backend_metadata
csp_bot.tests.test_bot_integration.TestFilterMessagesForBackend ‑ test_message_without_metadata_would_be_filtered_out
csp_bot.tests.test_bot_integration.TestMetadataPropagation ‑ test_bot_message_to_chatom_includes_metadata
csp_bot.tests.test_bot_integration.TestMetadataPropagation ‑ test_execute_command_preserves_existing_metadata
csp_bot.tests.test_bot_integration.TestMetadataPropagation ‑ test_execute_command_sets_metadata_on_message
csp_bot.tests.test_bot_integration.TestMetadataPropagation ‑ test_execute_command_uses_msg_backend_over_cmd_backend
csp_bot.tests.test_config.TestBackendConfig ‑ test_explicit_bot_name
csp_bot.tests.test_config.TestBackendConfig ‑ test_slack_config_defaults
csp_bot.tests.test_config.TestBackendConfig ‑ test_symphony_config_defaults
csp_bot.tests.test_config.TestBotConfig ‑ test_config_with_slack
csp_bot.tests.test_config.TestBotConfig ‑ test_empty_config
csp_bot.tests.test_echo.TestEchoCommand ‑ test_command_name
csp_bot.tests.test_echo.TestEchoCommand ‑ test_execute_with_args
csp_bot.tests.test_echo.TestEchoCommand ‑ test_execute_with_no_args_returns_none
csp_bot.tests.test_echo.TestEchoCommand ‑ test_execute_with_only_targets
csp_bot.tests.test_echo.TestEchoCommand ‑ test_execute_with_targets
csp_bot.tests.test_echo.TestEchoCommand ‑ test_help_text
csp_bot.tests.test_echo.TestEchoCommand ‑ test_name
csp_bot.tests.test_echo.TestEchoCommandModel ‑ test_model_command_type
csp_bot.tests.test_echo.TestEchoCommandModel ‑ test_model_instantiation
csp_bot.tests.test_slack_entity_regex.TestSlack ‑ test_slack_regex
csp_bot.tests.test_structs.TestBotCommand ‑ test_channel_property
csp_bot.tests.test_structs.TestBotCommand ‑ test_original_message_property
csp_bot.tests.test_structs.TestBotMessage ‑ test_bot_message_from_chatom_message
csp_bot.tests.test_structs.TestBotMessage ‑ test_bot_message_from_chatom_message_minimal
csp_bot.tests.test_structs.TestBotMessage ‑ test_bot_message_to_chatom_message
csp_bot.tests.test_structs.TestBotMessage ‑ test_create_bot_message
csp_bot.tests.test_structs.TestCommandVariant ‑ test_command_variant_reply_to_all
csp_bot.tests.test_structs.TestCommandVariant ‑ test_command_variants
csp_bot.tests.test_utils.TestFormatUtils ‑ test_format_plain_text
csp_bot.tests.test_utils.TestFormatUtils ‑ test_format_with_formatted_message_slack
csp_bot.tests.test_utils.TestFormatUtils ‑ test_format_with_formatted_message_symphony
csp_bot.tests.test_utils.TestGetBackendFormat ‑ test_get_backend_format_discord
csp_bot.tests.test_utils.TestGetBackendFormat ‑ test_get_backend_format_slack
csp_bot.tests.test_utils.TestGetBackendFormat ‑ test_get_backend_format_symphony
csp_bot.tests.test_utils.TestMentionUtils ‑ test_mention_chatom_user
csp_bot.tests.test_utils.TestMentionUtils ‑ test_mention_multiple_users
csp_bot.tests.test_utils.TestMentionUtils ‑ test_mention_user_requires_user_object_not_id
csp_bot.tests.test_utils.TestMentionUtils ‑ test_mention_user_requires_user_object_not_string
csp_bot.tests.test_utils.TestMentionUtils ‑ test_mention_user_slack
csp_bot.tests.test_utils.TestMentionUtils ‑ test_mention_user_symphony
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_format_with_message_ml_escapes_ampersand
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_format_with_message_ml_escapes_dollar_brace
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_format_with_message_ml_escapes_hash_brace
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_format_with_message_ml_escapes_less_than
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_format_with_message_ml_unescape
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_recursive_format_for_message_ml_with_dict
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_recursive_format_for_message_ml_with_list
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_recursive_format_for_message_ml_with_set
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_recursive_format_for_message_ml_with_tuple
csp_bot.tests.test_utils.TestMessageMLFormatting ‑ test_sanitize_message
csp_bot.tests.test_utils.TestUrlValidation ‑ test_invalid_urls
csp_bot.tests.test_utils.TestUrlValidation ‑ test_valid_urls
Loading