codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Updated code to fix rules_engine tests such that they all pass #164

Closed eriksynn closed 2 months ago

eriksynn commented 2 months ago

Updated NormalizedBillingPeriodRecord to derive from BaseModel Updated RulesEngineResult to derive from BaseModel Updated various places where we had neglected to change inclusion_override to analysis_type_override Added indirection from RulesEngineResult to SummaryOutput in test_engine.py Fixed positional argument errors BillingPeriod test env setup