mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +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.