mirror of
https://github.com/stretchr/testify.git
synced 2025-08-14 12:38:46 +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.