TFC-ListProject / build-the-list

build the most exhaustive list of campaigns down to the district level
0 stars 1 forks source link

Fix tests, add __init__.py so tests pick up build_the_list module #37

Open Alasdair-Mackintosh opened 7 years ago

Alasdair-Mackintosh commented 7 years ago

Fix tests:

Add an init.py to the build_the_list directory so that the tests pick up the module.

Fix some errors in the expectations. (From looking at the source code, these changes seem correct.)

Reformat 'pdf_rows' for readability.