tests.test_help_commands module
Tests for help command functionality.
- class tests.test_help_commands.TestHelpCommands(methodName='runTest')[source]
Bases:
TestCase
Test help command utilities and functionality.
- test_create_help_embed_specific_category()[source]
Test creating help embed for specific categories.
- test_create_help_embed_invalid_category()[source]
Test that invalid category falls back to all categories.
- test_all_commands_have_unique_names()[source]
Test that all command names are unique across categories.