wit-ai / wit-go

Go client for wit.ai HTTP API
MIT License
154 stars 30 forks source link

Setup integration testing #1

Closed plutov closed 5 years ago

plutov commented 5 years ago

With real Wit.ai API

plutov commented 5 years ago

We have integration tests which work with a valid token in env var - WITAI_INTEGRATION_TOKEN. However we need to find a way to execute it automatically.

plutov commented 5 years ago

Configured in TravisCI