You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test macros usually adds #[test] to test methods. In case of multiple test macros it is possible there are multiple #[test] attached to generated method which cause multiple runs of test. I guess it is possible to detect existence of #[test] with help from Attribute.
Test macros usually adds
#[test]
to test methods. In case of multiple test macros it is possible there are multiple#[test]
attached to generated method which cause multiple runs of test. I guess it is possible to detect existence of#[test]
with help from Attribute.See frondeus/test-case#101
The text was updated successfully, but these errors were encountered: