tideland / go-wait

Useful package for the polling of conditions in intervals, with timeouts, cancelation, and jittering. Additionally provides a throttle for event processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split grouped test cases

themue opened this issue · comments

Too many test cases are grouped into only few test functions. Split them into individual functions.