ChrisCScott / forecaster

A personal finances forecasting tool for Canadian retirement planning
Other
1 stars 2 forks source link

Add tests for SubForecast subclasses #55

Closed ChrisCScott closed 5 years ago

ChrisCScott commented 5 years ago

With IncomeForecast, LivingExpensesForecast, ReductionForecast (rename this LifecycleForecast?), ContributionForecast, WithdrawalForecast, and TaxForecast now implemented, we need to test them (or, in the cast of IncomeForecast, reimplement its tests).

Thanks to relatively rigorous encapsulation (pending resolution of #54), tests should be much more straightforward than the existing Forecast testing framework.