-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Best approach to test this would probably be creating a BotPlugin subclass with CommandHandlers and ensure these:
- Are added when using the
add_handlersmethod, using a fake dispatcher - Get listed using
commands - Are removed when using the
remove_handlersmethod, using a fake dispatcher
Features to test:
- Add handlers
- Remove handlers
- List commands
Fakes/spies to be implemented:
- Dispatcher
Metadata
Metadata
Assignees
Labels
No labels