PowerShell / Operation-Validation-Framework

MIT License
225 stars 32 forks source link

Support Path and LiteralPath parameters to module directories #26

Closed devblackops closed 7 years ago

devblackops commented 7 years ago

Description

Adds -Path and -LiteralPath parameters to Get-OperationValidation and Invoke-OperationValidation. These allow OperationValidation to inspect tests in modules without that module needing to be available in $env:PSModulePath.

Related Issue

19

20

Motivation and Context

There are use cases where your OVF module is not installed in $env:PSModulePath yet you still want to use OperationValidation to run your tests.

How Has This Been Tested?

Added Pester tests to validate new parameters

Types of changes

Checklist:


This change is Reviewable