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 IndexListView is dependent on the existence of an ExpectedLossWidget. We cannot test these two classes independently of each other, but we should. This is because the IndexListView should be available for other models to use.
The current test that would need to be updated after this change would be test_index.py.
The text was updated successfully, but these errors were encountered:
The IndexListView is dependent on the existence of an ExpectedLossWidget. We cannot test these two classes independently of each other, but we should. This is because the IndexListView should be available for other models to use.
The current test that would need to be updated after this change would be test_index.py.
The text was updated successfully, but these errors were encountered: