Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test macro compatibility with test-case and possible others #51

Closed
kezhuw opened this issue Apr 17, 2024 · 0 comments · Fixed by #53
Closed

Test macro compatibility with test-case and possible others #51

kezhuw opened this issue Apr 17, 2024 · 0 comments · Fixed by #53

Comments

@kezhuw
Copy link
Owner

kezhuw commented Apr 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant