Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Get-operationValidation -modulename <Path> doesn't scope as expected #31

Open
AspenForester opened this issue Jun 25, 2018 · 0 comments
Assignees

Comments

@AspenForester
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants