cocodelabs / znc-palaver

ZNC module for push notifications
MIT License
112 stars 14 forks source link

Add integration test to verify push notifications are sent #63

Closed kylef closed 4 years ago

kylef commented 4 years ago

Creates a HTTP server and ensures that the expected POST request is received during sending push notification.

I've managed to lower some sleeps for shutting down ZNC to speed up test runs, we now allow 200ms for most ZNC related operations to happen.