keybase / go-keybase-chat-bot

Official Go Keybase chat bot SDK
BSD 3-Clause "New" or "Revised" License
111 stars 38 forks source link

Add scaffolding to test bot functions #15

Closed nathanmsmith closed 5 years ago

nathanmsmith commented 5 years ago

Tests are pretty similar to how the TypeScript bot does it; it spins up a new service in a temp directory.

Also introduces a StartService option to RunOptions to start the service and a Shutdown function to logout and stop the service.