ITISFoundation / cookiecutter-osparc-service

A cookiecutter for integrating services in oSparc simcore platform
MIT License
0 stars 5 forks source link

Add automatic testing of services #5

Closed sanderegg closed 5 years ago

sanderegg commented 5 years ago

child of #515

The integration test achieved in the gitlab-ci actually tests too much of the internals. It should only check that the what the input/output labels defines is correct, e.g. the files/json are available at the output, not their contents.

Contents testing should be added as a step in the Dockerfile: maybe a last layer where internal testing shall take place.