PowerCLIGoodies / DRSRule

PowerShell module with support for managing vSphere DRS Rules and Groups
29 stars 9 forks source link

Add Pester tests for more than Get-* cmdlets #20

Closed mtboren closed 6 years ago

mtboren commented 6 years ago

Let's add Pester tests for as many of the rest of the cmdlets as we can. This will likely include some setup/removal of test objects, like temporary VMs to use in DRS VMGroups, for example.

We've needed to do this for a long time, but have not yet made the time to do so

mtboren commented 6 years ago

Completed in 49fef76. Hurray!