Home | History | Annotate | Download | only in dynamic_suite

Lines Matching full:ratio

688     and returns a tuple of (file path, ratio), where ratio is the
694 (file path, ratio), where ratio is the similarity between the
699 b=test_file_pattern).ratio()))
706 and returns a tuple of (test name, ratio), where ratio is the similarity
711 (test name, ratio), where ratio is the similarity between the
716 difflib.SequenceMatcher(a=t.name, b=test_name).ratio()))
786 and returns a list of tuples of (suite name, ratio), where suite name
787 is each suite listed in the control file, and ratio is the similarity
792 of (suite name, ratio
793 the control file, and ratio is the similarity between each suite
797 difflib.SequenceMatcher(a=suite, b=name).ratio())
903 @param predicate: a function that should return a tuple of (name, ratio)
906 a suite name or test name. `ratio` is a value between [0,1]
913 match ratio.
925 for name, ratio in ratios:
926 similarities[name] = ratio