alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
10 stars 4 forks source link

Make the backend create the database if it doesn't exist. Also clean-up some old code. #248

Closed mhauru closed 4 months ago

mhauru commented 4 months ago

In the process removes a bunch of unused or overly complicated code and moves everything from backend/database/db_docker.py, which was only used by the tests, into conftest.py.

Addresses #118