Config parser unit tests
Fixes #39 (closed)
This adds a unit test which asserts that each config file in examples/configs
can be parsed by config.Config
without errors.
Currently it seems that the test is working as intended: it fails on some older example config files which no longer match our requirements. Before merging this, we need to fix and/or remove any outdated config files. Specifically, the failures all complain that Missing section 'InitialGridSetup'
These are the config files which fail
-
examples/configs/config_O3.ini
-
examples/configs/config_testing.ini
-
examples/configs/config_testing_exact_position.ini
Edited by Daniel Wysocki