vexx32 / PSKoans

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
GNU General Public License v3.0
1.73k stars 176 forks source link

Removing import clixml mocks from dbatools koans #464

Open shaneis opened 2 years ago

shaneis commented 2 years ago

PR Summary

Removes the dependency on importing XML files for [PSCustomObject]s in the actual files.

Context

Adds mocks for each dbatools koan to the required file themselves.

Changes

Moved the Import-Clixml for [PSCustomObject] code in the files

Checklist