Skip to content
This repository was archived by the owner on May 15, 2018. It is now read-only.
This repository was archived by the owner on May 15, 2018. It is now read-only.

Add tests for DscBuild #105

@dlwyatt

Description

@dlwyatt

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions