Shinmera / parachute

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

How to merge multiple tests into one in Parachute? #48

Closed bohonghuang closed 1 year ago

bohonghuang commented 1 year ago

Hi! Thank you for developing such a useful testing framework. But I wonder if parachute could allows merging multiple tests. For example, if I use is assertion in loops that can have thousands iterations, I would like less information displayed when the tests pass and only report the failed assertion. I'm not sure if parachute already supports this feature, or if it can be easily supported with a few modifications. Any help would be greatly appreciated.

Shinmera commented 1 year ago

We're currently discussing this in #18