Introduction

A test infrastructure has become essential in any decent “Continuous Integration/Continuous Delivery” system. This is the reason why redpesk provides a test framework allowing to run automatically the tests for your application.

“Generic tests” is the first part of this chapter. It gives the generic principles of our test framework, and explains how this framework is agnostic and has been designed to be able to run the largest number of tests types possible.

The second part, “Binding tests”, is about writing tests for your microservice binding, running in the application framework furnished by Iot.bzh. For more information about the application framework, bindings and binder, please refer to the “Developer guides”.