kunwardeep / paralleltest

Linter to check if your tests have been marked as parallel correctly
MIT License
48 stars 12 forks source link

Test Run func for all range variables #15

Closed drystone closed 2 years ago

drystone commented 2 years ago

This PR checks for any loop variables that are accessed directly in the second argument to t.Run() It should solve #14 and hopefully #12