Skip to content

v0.6-alpha

Compare
Choose a tag to compare
@iWas-Coder iWas-Coder released this 12 Oct 22:02
· 314 commits to master since this release
v0.6-alpha
27dfae9

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