ITISFoundation / cookiecutter-osparc-service

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

test test_run_container shall explicitely only check for file presence instead of contents #27

Closed sanderegg closed 4 years ago

sanderegg commented 4 years ago

the file: test_docker_container.py contains the test for checking running the container actually creates the expected output files.

It does not check the contents as this is up to the service creator. It is currently only commented out and should be made explicit.