ravingmantis / unittest

Unit testing for R
4 stars 1 forks source link

Discourage ok_group(), or at least nesting #14

Open lentinj opened 9 months ago

lentinj commented 9 months ago

ok_group("moo", { ok(..) }) will result in all tests clumped together in CRAN output, instead of per-line output.

As a result it might be better to write ok_group("moo") ; ok(...).