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
Allow patterns in file paths (#51)
* Add resolution function to common
* Use resolution function in assertion and case
* Add unit tests
* Update CHANGELOG
* Update version
* Address linter
* Clearer error message and remove assert
* Update tests to include unit test for resolve_single_path function
* Remove parenthesis
* Remove unnecessary str
* Update test to instantiate NFTestAssert