botpress / messaging

Botpress messaging server
42 stars 37 forks source link

chore(tests): added integration tests for the framework package #478

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

This PR adds the existing integration tests (from messaging/server) to the framework base package and adds more tests so we have a perfect-ish coverage of the services exposed by this package.

I will make many PRs related to tests of the base package. So be aware that the next PRs with be nested and point to this branch.

linear[bot] commented 2 years ago
DEV-2643 Add integration tests to the framework package

Move the currently existing integration tests for the clients and clientTokens from messaging/server into base/framework and properly/completely cover both services with these tests.