WahlNetwork / vester

Easily validate and remediate your vSphere configuration
https://wahlnetwork.com
Apache License 2.0
146 stars 45 forks source link

Improve unit test suite #77

Closed brianbunke closed 7 years ago

brianbunke commented 7 years ago

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:

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.