tests.test_macro_functionality module

Unit tests for macro-related functionality and utilities.

This module tests the actual functionality that can be properly tested without complex Discord.py mocking.

class tests.test_macro_functionality.TestMacroFunctionality(methodName='runTest')[source]

Bases: TestCase

Test cases for macro functionality.

test_send_embed_response_with_file()[source]

Test sending embed response with file attachment.

test_send_embed_response_without_file()[source]

Test sending embed response without file attachment.

test_send_embed_response_default_ephemeral()[source]

Test that send_embed_response defaults to ephemeral=True.

test_send_embed_response_with_file_default_ephemeral()[source]

Test send_embed_response with file using default ephemeral setting.