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(consume): use parameter-based test discovery in pytest_generate_tests
Replace hardcoded function name check with parameter-based discovery for
better maintainability. This avoids the design flaw of production code
referencing specific test function names.
Fixes unit test failures by checking for 'test_case' parameter presence
instead of maintaining an allowlist of function names.
0 commit comments