[Breaking changes] Use macros instead of functions
replace describe
, it
and test
functions and their corresponding skipped versions (_ _ _ _
) with macros @skip
, @describe
, @it
and @unit
replace describe
, it
and test
functions and their corresponding skipped versions (_ _ _ _
) with macros @skip
, @describe
, @it
and @unit