mirror of
https://github.com/stretchr/testify.git
synced 2025-09-03 03:28:29 +00:00
Refactor filtering of methods in suite.Run: the regexp given via -testify.m flag is compiled just once, out of the loop.
Refactor filtering of methods in suite.Run: the regexp given via -testify.m flag is compiled just once, out of the loop.