While we are splitting things I suggest to create two new source files under `config` for each sections:
conf/
__init__.py # where Configurations stays and brings everything together
test_run.py # to hold the `test_run` and all the related models
node.py # as above but for `node`
This will hopefully make it easier to read.
Best,
Luca

