v0.6-alpha #8
iWas-Coder
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
This discussion was created from the release v0.6-alpha.
Beta Was this translation helpful? Give feedback.
All reactions