slackapi / python-slack-events-api

Slack Events API adapter for Python (Flask required)
https://api.slack.com/events
MIT License
343 stars 116 forks source link

Add tests for error emitters #40

Closed datashaman closed 4 years ago

datashaman commented 6 years ago

Test that emitters for timestamp and signature errors are emitted correctly.

Requires (and is based on) https://github.com/slackapi/python-slack-events-api/pull/37

datashaman commented 6 years ago

Please notify me if/when the base PR is merged, and I'll rebase this on new master.

seratch commented 4 years ago

I've verified this change doesn't have any issues with the latest revision by merging and running tests on my local machine. It's safe enough to merge these tests and they're good addition.