casact / FASLR

Free Actuarial System for Loss Reserving
https://faslr.com
GNU General Public License v3.0
33 stars 11 forks source link

Decouple IndexListView from ExpectedLossWidget #101

Open genedan opened 1 year ago

genedan commented 1 year ago

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.