nohwnd / Assert

A set of advanced assertions for Pester to simplify how you write tests.
MIT License
101 stars 12 forks source link

Can we add Assert-PathExists (or at least Assert-FileExists and Assert-DirectoryExists) #48

Open Jaykul opened 3 years ago

Jaykul commented 3 years ago

Obviously my thought is that Assert-PathExists would have an optional -PathType and would work on any provider using Test-Path and turning it into a failure ...

nohwnd commented 3 years ago

Wanna PR it?