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
fix: junit parser uses classname.method key to avoid name collisions
Tests like test_sign exist in multiple classes. Using method-name-only
as the lookup key caused false failures when an unrelated class's test
failed. Now keys by classname.method (precise) with method-only fallback
where pass wins over fail.
0 commit comments