Skip to content

Merge pull request #48 from Point72/copier-update-2026-03-08T05-20-45 #71

Merge pull request #48 from Point72/copier-update-2026-03-08T05-20-45

Merge pull request #48 from Point72/copier-update-2026-03-08T05-20-45 #71

GitHub Actions / Test Results succeeded Mar 10, 2026 in 0s

All 79 tests pass in 1s

79 tests  ±0   79 ✅ ±0   1s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit cfdceda. ± Comparison against earlier commit 4d846a1.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

79 tests found

There are 79 tests, see "Raw output" for the full list of tests.
Raw output
csp_bot.tests.test_backends.TestBackendImports ‑ test_backends_package_imports
csp_bot.tests.test_backends.TestBackendImports ‑ test_discord_module_imports
csp_bot.tests.test_backends.TestBackendImports ‑ test_slack_module_imports
csp_bot.tests.test_backends.TestBackendImports ‑ test_symphony_module_imports
csp_bot.tests.test_backends.TestDiscordMessageStruct ‑ test_discord_message_fields
csp_bot.tests.test_backends.TestMentionFunctions ‑ test_mention_user_discord_available
csp_bot.tests.test_backends.TestMentionFunctions ‑ test_mention_user_slack_available
csp_bot.tests.test_backends.TestMentionFunctions ‑ test_mention_user_symphony_available
csp_bot.tests.test_backends.TestSlackMessageStruct ‑ test_slack_message_fields
csp_bot.tests.test_backends.TestSymphonyMessageStruct ‑ test_symphony_message_fields
csp_bot.tests.test_bot.TestBot ‑ test_extract_bot_commands
csp_bot.tests.test_bot.TestBot ‑ test_extract_bot_commands_bad_message
csp_bot.tests.test_bot.TestBot ‑ test_extract_bot_commands_ignore_message
csp_bot.tests.test_bot.TestBot ‑ test_extract_bot_commands_unregistered_command
csp_bot.tests.test_bot.TestBot ‑ test_extract_bot_commands_with_bot_prefix
csp_bot.tests.test_bot.TestBot ‑ test_extract_bot_commands_with_slash_command
csp_bot.tests.test_bot.TestBot ‑ test_run_bot_command
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_command_with_arguments
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_command_with_channel_override
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_command_with_entity_discord
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_command_with_entity_slack
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_command_with_entity_symphony
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_command_with_room_override
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_empty_tokens
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_malformed_channel_directive
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_simple_command
csp_bot.tests.test_bot.TestBotCommandsFromCommandString ‑ test_unregistered_command
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_command_with_at_entity_malformed_channel
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_command_with_at_entity_malformed_room
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_command_with_trailing_args
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_extract_commands_with_dm_channel_detection
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_extract_commands_with_multiple_entities
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_is_msg_to_bot_with_at_prefix
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_parse_msg_empty_message
csp_bot.tests.test_bot.TestBotEdgeCases ‑ test_parse_msg_only_whitespace
csp_bot.tests.test_bot.TestEchoCommand ‑ test_echo_command_execution
csp_bot.tests.test_bot.TestHelpCommand ‑ test_help_command_execution
csp_bot.tests.test_bot.TestHelpCommand ‑ test_help_command_for_specific_command
csp_bot.tests.test_bot.TestIsAuthorized ‑ test_discord_always_authorized
csp_bot.tests.test_bot.TestIsAuthorized ‑ test_slack_always_authorized
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_discord_direct_message
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_discord_message_with_bot_tag
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_message_not_to_bot_discord
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_message_not_to_bot_slack
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_slack_direct_message
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_slack_message_with_bot_tag
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_symphony_exact_bot_name_matches
csp_bot.tests.test_bot.TestIsMsgToBot ‑ test_symphony_similar_bot_names_no_false_match
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_discord_message_with_mentions
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_discord_plain_message
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_slack_message_with_mentions
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_slack_plain_message
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_symphony_message_with_entities
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_symphony_plain_message
csp_bot.tests.test_bot.TestMessageParsing ‑ test_parse_symphony_reply_message
csp_bot.tests.test_bot.TestScheduleCommand ‑ test_schedule_command_help
csp_bot.tests.test_bot.TestScheduleCommand ‑ test_schedule_command_registered
csp_bot.tests.test_bot.TestStatusCommand ‑ test_status_command_execution
csp_bot.tests.test_config ‑ test_with_initialize
csp_bot.tests.test_slack_entity_regex.TestSlack ‑ test_slack_regex
csp_bot.tests.test_structs.TestBotCommand ‑ test_bot_command_creation
csp_bot.tests.test_structs.TestBotCommand ‑ test_bot_command_with_targets
csp_bot.tests.test_structs.TestCommandVariant ‑ test_command_variants
csp_bot.tests.test_structs.TestMessageFromRawDiscord ‑ test_from_discord_channel_message
csp_bot.tests.test_structs.TestMessageFromRawDiscord ‑ test_from_discord_dm_message
csp_bot.tests.test_structs.TestMessageFromRawSlack ‑ test_from_slack_channel_message
csp_bot.tests.test_structs.TestMessageFromRawSlack ‑ test_from_slack_dm_message
csp_bot.tests.test_structs.TestMessageFromRawSlack ‑ test_from_slack_reaction_message
csp_bot.tests.test_structs.TestMessageFromRawSlack ‑ test_from_slack_threaded_message
csp_bot.tests.test_structs.TestMessageFromRawSymphony ‑ test_from_symphony_dm_message
csp_bot.tests.test_structs.TestMessageFromRawSymphony ‑ test_from_symphony_room_message
csp_bot.tests.test_structs.TestMessageToRawDiscord ‑ test_to_discord_message
csp_bot.tests.test_structs.TestMessageToRawSlack ‑ test_to_slack_message
csp_bot.tests.test_structs.TestMessageToRawSlack ‑ test_to_slack_reaction
csp_bot.tests.test_structs.TestMessageToRawSymphony ‑ test_to_symphony_message
csp_bot.tests.test_structs.TestMessageUnsupportedBackend ‑ test_from_raw_unsupported_backend
csp_bot.tests.test_structs.TestMessageUnsupportedBackend ‑ test_to_raw_unsupported_backend
csp_bot.tests.test_structs.TestUser ‑ test_user_creation
csp_bot.tests.test_structs.TestUser ‑ test_user_different_backends