testify icon indicating copy to clipboard operation
testify copied to clipboard

suite: fix method name matching

Open boyan-soubachov opened this issue 5 years ago • 0 comments

Summary

Custom test function names for suite, specified by testify.m flag, currently do not work correctly. This PR fixes that

Changes

  • Fixed argument matching for custom test function name patterns (i.e. using the 'testify.m' flag).
  • Refactored custom test function name matching logic

Motivation

Non-functioning custom test function names

boyan-soubachov avatar Apr 26 '20 09:04 boyan-soubachov