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
Do not emit a #[test] attribute in the google_test macro if any attribute ending in test is detected.
This should eliminate problems with compatibility with most existing test libraries. It follows the same logic as used in the rstest crate; see https://github.com/la10736/rstest#inject-test-attribute.
PiperOrigin-RevId: 524239595
0 commit comments