Open
Description
There are a number of test framework packages that we might consider adopting. In particular, I'm tempted by https://github.com/tiamatica/mutsu which was shown to me by the creator after they read my comments on https://github.com/rikedyp/TinyTest/blob/main/CONTEXT.md.
However, I might like to hold out and avoid any dependencies until the benefit of using a framework becomes very clear. For example, right now I am considering how to attach the meta data of "test_id" to a test within a suite. Other languages have things like decorators to attach such meta data. It seems that no matter the system, it will need some convention for attaching this meta data, so a framework will not help with that.