Operation-Validation-Framework icon indicating copy to clipboard operation
Operation-Validation-Framework copied to clipboard

Results 14 Operation-Validation-Framework issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

It appears that OVF version 1.2.1 (and earlier) do not support the Pester v5 release. I can get it to work with version 4.10.1 but not v5. ## Current Behavior...

## Current Behavior Using -IncludePesterOutput outputs both the Pester output and the modules's default output. ## Expected Behavior In many cases, I only want the Pester output. ## Possible Solution...

So is the intended use of this to have automated tests of automated configuration changes? So say you make some changes to your DSC or whatever configuration and check it...

question

The `Get-TestFromScript` function uses the method call `SafeGetValue()` against `[AST]` types. This method does not appear to be available in PSv4 consoles. I also don't see the need to call...

bug

## Current Behavior Get-OperationValidation -path . checks any child directories in the current directory for the presence of a Diagnostics directory therein. Get-OperationValidation -path .\MyModule does NOT seem to check...

enhancement

Trying to run a Operation Validation Test on a freshly installed Ubuntu 16.04.1 Server with Powershell version v6.0.0-alpha.14 installed using the instructions from here: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1604 causes the following error: ParameterValidationArgumentException:...

I get that having logical comparisons in typical unit tests isn't a good idea, ie a totally crappy example: ``` if ($name.StartsWith("blahblahblah")) { it "something" { $name | should match...

question

The Readme states about `Get-OperationValidation` to use `c:\temp\Modules\AddNumbers` this hides the fact, that the Path _must be_ part of a module search path. That should at least be mentioned. Or...

enhancement
documentation

Hello! I'm a novice when it comes to this stuff so let me get that out of the way up front. I understand the concept of testing code. I understand...

enhancement
documentation