mirror of
https://github.com/stretchr/testify.git
synced 2025-07-08 03:28:25 +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.