This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Get-operationValidation -modulename <Path> doesn't scope as expected #31
Open
Description
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 in MyModule for the presence of a Diagnostics directory.
Expected Behavior
It seems more consistent with PowerShell to accept being pointed to a specific Module directory (.\MyModule), and return the info for the tests found within .\MyModule\Diagnostics.
Context
Developing tests in modules not in the $PSModulePath.
Your Environment
- Module version used:
2.2.1 - Operating System and PowerShell version:
Win10 1709
PowerShell 5.1