open-austin / indigent-defense-stats

A web scraper for collecting and processing public case records from sites using Tyler Technology's Odyssey court records database software.
MIT License
19 stars 7 forks source link

Parser cleanup #156

Closed aarosan closed 1 month ago

aarosan commented 2 months ago

parser: break this module into smaller, more readable methods #106

parser: update logic to not require 'test' as a parameter and instead pass everything needed for a test within the unit test #111

parser: add type specification to methods #110

parser: add logging #109

parser: add error handling #108