Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to test handlers #47

Closed
adamzaninovich opened this issue Mar 5, 2016 · 1 comment · Fixed by #111
Closed

Make it easier to test handlers #47

adamzaninovich opened this issue Mar 5, 2016 · 1 comment · Fixed by #111
Milestone

Comments

@adamzaninovich
Copy link
Member

The current situation for testing handlers is pretty messy.

Maybe add a Alice.Handlers.Case that provides some nice helpers to make testing handlers easier and cleaner.

@adamzaninovich
Copy link
Member Author

Maybe if Slack was abstracted out into a pluggable adapter, there could be a TestAdapter to help make testing easier. This would also pave the way for a local, repl-type adapter for trying alice without connecting to Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@adamzaninovich and others