Exhaustive testing of the .psd1 file to alert on unexpected changes. Recursively testing .Vester.ps1 test files to ensure they will properly interact with Invoke-Vester.
Invoke-Pester .\Vester\Tests
Expected failures:
Get-VdsCommand (and potentially other PowerCLI crap)
See open issue #74
Expected {1.0.0} to be greater than {1.0.0}
Increment the module version 😉
I haven't really reviewed @equelin's public function unit tests yet. I'll probably add to those tests in a different PR, as I'm not sure how quickly I'll get to that.
Addresses #69 and supplements #76.
Exhaustive testing of the .psd1 file to alert on unexpected changes. Recursively testing .Vester.ps1 test files to ensure they will properly interact with
Invoke-Vester
.Invoke-Pester .\Vester\Tests
Expected failures:
Get-VdsCommand
(and potentially other PowerCLI crap)Expected {1.0.0} to be greater than {1.0.0}
I haven't really reviewed @equelin's public function unit tests yet. I'll probably add to those tests in a different PR, as I'm not sure how quickly I'll get to that.