ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

pytest fixtures for simcore #484

Closed pcrespov closed 5 years ago

pcrespov commented 5 years ago

a pytest plugin that adds common fixtures specific to osparc-simcore platform

e.g. devel_environ, services_docker_compose (see web/server/tests/integration-*/conftest.py

This can be installed in dev requirements of each module

sanderegg commented 5 years ago

add to the cookiecutter the test layout of the webserver

pcrespov commented 5 years ago

very nicely done by @sanderegg in server/tests with helpers and fixtures folders