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
[pytest] Use knobs to setup fresh cache for testing (#6705)
With the new knobs module we have a more pythonic way to setup the
cache. Other than being 'pythonic', switching to use knobs ensures the
fresh cache will override any previously set cache path (e.g. if you
have generic initialization logic which sets up these knobs, which we do
have at Meta).
0 commit comments