Stephanevg / PSClassUtils

A set of utilities to work with Powershell Classes
http://powershelldistrict.com/how-to-generate-a-uml-diagram-using-powershell/
92 stars 23 forks source link

Update test to eliminate FolderPath param #36

Closed mdavis332 closed 5 years ago

mdavis332 commented 5 years ago

Update test to coincide with PR #35 and combine FolderPath param into Path param. Now -Path parameter should take a file or folder and test should test for proper functionality given either type. Also moved Path (folder) param test up near Path (file) param tests to group them near each other since they're now related to the same parameter.

Stephanevg commented 5 years ago

Hi, @mdavis332

This looks great, again!

Just as in #35 , would you mind creating your PR to the dev branch. That be great! 👍

mdavis332 commented 5 years ago

Howdy @Stephanevg, this may be a noob move, but trying to figure out how to easily change the PR to a different branch. Found https://blog.github.com/2016-08-15-change-the-base-branch-of-a-pull-request/, and tried to follow those instructions. Hopefully the change I just made did the trick. Let me know if something doesn't seem right.