alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Restructure project so we have backend as one submodule which contains job manager and simulator #49

Closed nbarlowATI closed 6 years ago

nbarlowATI commented 6 years ago

Goal

Allow integration testing between tightly coupled job manager and simulator without relying on middleware

Acceptance criteria

docker-compose file running pytest

Out of scope

integration with middleware

Implementation notes

nbarlowATI commented 6 years ago

Done