PesterTDD
PesterTDD copied to clipboard
Slides and code for my Pester presentations
Eliminated unneccessary pipeline nesting Removed unused list of default parameters Eliminated bug in evaluating parameter help text: It's stored as a string array, empty lines break the test, even though...
- If a uri is provided it will use Invoke-WebRequest and expect a 200 response code. - I have found 1 link so far that gave a false positive. The...
You've written the samples of testing module help so that they can be run generically on any module. I think it would be great to have a module of Pester...