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
the difficulty why it wasn't done as part of #4 is that
there are many different registries created during testing and they all might be effected. Some might mock out the actual class loading (as good unit tests should), but some might not, and thus it would cause issues when the mocked tests change it to ['blah', 'no.such.module']
as currently it's initialized once
the difficulty why it wasn't done as part of #4 is that
['blah', 'no.such.module']
The text was updated successfully, but these errors were encountered: