JoshuaPeddle / Visualizing-Technology-Use-by-Age-and-Region

Comp3100. Team 32. Joshua Peddle & Ethan Mc Donald.
0 stars 1 forks source link

Implement Tests for Server Functionality #14

Open ethantmc opened 2 years ago

ethantmc commented 2 years ago

Req: "All tests are fully implemented and they cover all success and failing cases"

For us, this means tests for: Retrieving filtered data from each collection, by each filter. Attempting to retrieve data that doesn't exist (I.e. Trying to retrieve data for "Newfoundland" in the Usage dataset)

ethantmc commented 2 years ago

I've updated the tests with a Comprehensive Test for Usages, but it looks like the wrong data is being assigned to ageGroup, Income, and uom. Geo, serviceType, and value all pass. Is there some kind of processing going on I'm not aware of, like removing all whitespace?