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

fixing parser unittest multi html creator #159

Closed nicolassaw closed 1 month ago

nicolassaw commented 1 month ago

One unit test was still failing. Fixed it by moving the test html files within a folder it expected them in, and then changed the format of url build from / to \ to correct it.