retest icon indicating copy to clipboard operation
retest copied to clipboard

none/skip option for which file question

Open AlexB52 opened this issue 4 years ago • 0 comments

Use Case

Repository files sometimes share the same name and is difficult to assess. For some use cases, ex: updating a factory file, retest tries to find a matching file which is sometimes wrong.

The feature is to add a none options where a user can say don't choose any files here because none of them match the one I just modified.

        We found few tests matching: app/models/valuation/holdings.rb
        [0] - test/models/taxation/holdings_test.rb
        [1] - test/models/schedule/holdings_test.rb
        [2] - test/models/performance/holdings_test.rb
        [3] - test/models/holdings_test.rb
        [4] - test/lib/csv_report/holdings_test.rb
        [5] - none matches, skip this
        # Add this ^

        Which file do you want to use?
        Enter the file number now:

AlexB52 avatar Mar 04 '21 23:03 AlexB52