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
jreback
changed the title
TST: clear _reset_cache on any defined fixtures between tests
TST: _reset_cache on any defined fixtures between tests
Jan 26, 2016
xref #12130
we should clear() the _cache variable (set by
cache_readonly
) in between unit tests. same with the DataFrame tests.this will prevent any tests from mutating these 'fixtures' and causing issues in later tests
The text was updated successfully, but these errors were encountered: