You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually think the first two parts were done in #168. The current design, implemented by that PR, is that various modules import thedecisionengine.framework.config if they need access to the configuration. The submodules within that module contain functions to dynamically find the configuration files, validate them, and load their values into memory. This is the way it should be, IMO, so I see no need to change that.
That means that the bulk of the work here is actually on the testing side, and mocking where that config module looks for configuration files.
This issue consists of three parts:
/etc/decisionengine
on a dev machine or test containerThis needs to be done for both the decisionengine code and decisionengine_modules code.
The text was updated successfully, but these errors were encountered: