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
Whilst working on some tests I realised that loading configuration directly from the global os.GetEnv makes it impossible to run the tests in parallel (since changing the global environment would pollute the tests).
Would you consider adding an option to the Process method signature to allow users to pass in an alternative function if they so wish? I will submit a PR shortly
The text was updated successfully, but these errors were encountered:
Whilst working on some tests I realised that loading configuration directly from the global
os.GetEnv
makes it impossible to run the tests in parallel (since changing the global environment would pollute the tests).Would you consider adding an option to the
Process
method signature to allow users to pass in an alternative function if they so wish? I will submit a PR shortlyThe text was updated successfully, but these errors were encountered: