testify
testify copied to clipboard
suite: fix method name matching
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