v0.6-alpha
Implemented test discovery functionality! 🎉
Carbon automatically discovers and registers your tests, eliminating the need to manually do all of that work. Now, the process of creation and auto-registration of a new test case is done with the CARBON_TEST(ctx_name, unit_name)
macro.
ctx_name
refers to the context/module/class of the codebase the new test case belongs to.unit_name
refers to the actual name of the test case itself.
Full Changelog: v0.5-alpha...v0.6-alpha