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 led to at least one confusing situation where removing a test setup from a test item didn't cause a failure because the required methods leaked the test setup and were available to the test item regardless, MRE:
There isn't probably much to do about this, but maybe we should investigate whether Base.Experimental.@MethodTable could be used to make test setups more isolated.
The text was updated successfully, but these errors were encountered:
This led to at least one confusing situation where removing a test setup from a test item didn't cause a failure because the required methods leaked the test setup and were available to the test item regardless, MRE:
There isn't probably much to do about this, but maybe we should investigate whether
Base.Experimental.@MethodTable
could be used to make test setups more isolated.The text was updated successfully, but these errors were encountered: