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
ref(replay): move summarize tests out of unit tests (#97775)
- Mock the fetch_feedback_details fx which is the only reason we have DB
dependency atm.
- Move the file out of unit test folder since there are DB query fxs in
summarize.py (currently tested in test_project_replay_summary only). We
could split them up between unit/integration but I'd rather have them in
the same file
0 commit comments