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
This test fails, but passes if you remove the given and replace it with a normal method.
I believe the likely culprit is the strategy cache - I think the way we're constructing the arguments to the test function is causing something to hang on to a reference to self. This is probably a sign of a more general problem we should worry about if so.
The text was updated successfully, but these errors were encountered:
A class defined inside a function should be suitable to be garbage collected, but given prevents that. Consider the following test:
This test fails, but passes if you remove the given and replace it with a normal method.
I believe the likely culprit is the strategy cache - I think the way we're constructing the arguments to the test function is causing something to hang on to a reference to self. This is probably a sign of a more general problem we should worry about if so.
The text was updated successfully, but these errors were encountered: