PowerShell / Crescendo

a module for wrapping native applications in a PowerShell function and module
MIT License
399 stars 37 forks source link

Isolate running tests to new process which does not load profile. #163

Closed JamesWTruher closed 2 years ago

JamesWTruher commented 2 years ago

PR Summary

run tests in a new pwsh process which does not load profile

PR Context

Running tests in the current session may fail catastrophically if the environment is not controlled.