gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

Fix parsing for glob, when only one file is returned. #242

Open PierrePaul opened 1 week ago

PierrePaul commented 1 week ago

Issue being resolved: https://github.com/gurock/trcli/issues/241

Solution description

Return the Path of the file found instead of returning the file pattern.

Potential impacts

I have run the test without failures, but I don't see any tests about the glob feature. I tried to add one.

Steps to test

Happy path to test implemented scenario

PR Tasks