opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Allow passing user config to tests

Open NathanFlurry opened this issue 11 months ago • 1 comments

Need to be able to pass a custom user config to a module's test. At the moment it pulls the config from the backend.yaml.

Maybe this should be configurable so you can pass an entire backend.yaml config so the tests can be ran in isolation without a full project. This may be slow since it has to prebuild & migrate required dependencies, though.

NathanFlurry avatar Mar 08 '24 18:03 NathanFlurry