PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
777 stars 205 forks source link

DscResources/CONTRIBUTING.md: Test Templates-link is stale #535

Open p0shkar opened 5 years ago

p0shkar commented 5 years ago

In the Write Tests-section of DscResources/CONTRIBUTING.md the Test Templates-link is not working anymore.

We highly encourage you to use our test templates when creating tests for DSC resources.

johlju commented 4 years ago

Suggest looking here https://github.com/PowerShell/DscResource.Template/tree/master/Tests.

Those templates should be moved over to the Sampler repo (see issue https://github.com/gaelcolas/Sampler/issues/108). Also this the guideline here should be update https://dsccommunity.org/guidelines/testing-guidelines/. But that guide assumes the new pipeline is used (the one in the Plaster template in the Sampler project), see https://dsccommunity.org/blog/convert-a-module-for-continuous-delivery/