You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
2.2.1
Win10 1709
PowerShell 5.1
The text was updated successfully, but these errors were encountered: