NYCPlanning / db-equitable-development-tool

Data Repo for the equitable development tool (EDDT)
MIT License
0 stars 0 forks source link

Improve general indicator tests #255

Closed SashaWeinstein closed 1 year ago

SashaWeinstein commented 2 years ago

Two upgrades to general indicator tests that are definitely worth the time

Test all years for demographics, economics

Right now it only tests whatever the default year is

Successfully test correct geography index

Right now it compares the .sort() method for two lists/arrays but this method always returns None and so these tests always pass. Need to sort the objects first and then compare them directly