murmur icon indicating copy to clipboard operation
murmur copied to clipboard

Expose ResolveAll for usage as a library

Open Resonance1584 opened this issue 10 months ago • 1 comments

I have a use case where I want to use murmur in golang integration tests within Visual Studio Code. VS Code has an option to set a .env file e.g. go.testEnvFile in settings, but as far as I can tell there isn't a way to run murmur before the test or debug is started from within the ide e.g. when clicking "debug test" above a test function.

If ResolveAll is exposed outside of internal I can call it from within the tests and manually set the env vars to their secrets, would you be open to moving this outside of the internal package?

Resonance1584 avatar Apr 10 '24 18:04 Resonance1584

This is something that I would like as well. I have forked the repo and implemented this, and I will submit a PR for the changes.

christianking-gitlab avatar May 16 '24 23:05 christianking-gitlab