Shinmera / parachute

An extensible and cross-compatible testing framework.
https://shinmera.github.io/parachute
zlib License
97 stars 9 forks source link

Add GROUP macro #17

Closed Shinmera closed 4 years ago

Shinmera commented 4 years ago

This macro should behave like a local test, in the sense that it generates a parent result that accumulates results from a bunch of other tests.

This can be useful for more fine-grained test management in a lexical context, where full tests are not possible since they do not share this context.