The user will have the option of raising all existing hierarchies one level to make room for the new child. The prompt can be turned off by changing the hierarchy_timeline/prompt_create_level_below setting to False, in which case the new level will always be created.
This also creates a fixture for "patching" the SettingsManager enabling changing setings for testings purposes without the risk of altering production settings.
The user will have the option of raising all existing hierarchies one level to make room for the new child. The prompt can be turned off by changing the hierarchy_timeline/prompt_create_level_below setting to False, in which case the new level will always be created.
This also creates a fixture for "patching" the
SettingsManager
enabling changing setings for testings purposes without the risk of altering production settings.Closes #198.