sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

add unit tests for CourtLocationInfo class #306

Closed bepetersn closed 10 years ago

bepetersn commented 10 years ago

This code runs, apparently correctly, yet there are no tests that it does so. This lack of tests makes it hard to make changes to the code.

Opened in favor of #277.