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
{{ message }}
This repository has been archived by the owner on May 15, 2018. It is now read-only.
There are currently very few tests for Invoke-DscBuild and its various pieces. Part of this is due to how the module currently works, where each function is called with basically no parameters, and information is passed around via script-scope variables instead (in both directions).
It'll be easier to test, and for people to understand the code, if we refactor these so all function input is via parameters and all function output is via the output stream.
The text was updated successfully, but these errors were encountered:
This one has been on my list for a while, been trying to prove out my skills with the other modules before trying to tackle it. I am completely in favor of refactoring this to be more testable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are currently very few tests for Invoke-DscBuild and its various pieces. Part of this is due to how the module currently works, where each function is called with basically no parameters, and information is passed around via script-scope variables instead (in both directions).
It'll be easier to test, and for people to understand the code, if we refactor these so all function input is via parameters and all function output is via the output stream.
The text was updated successfully, but these errors were encountered: