everypolitician / compare_with_wikidata

Library for diffing Wikidata and CSVs
MIT License
2 stars 0 forks source link

Add CSVFromURL class #126

Open chrismytton opened 6 years ago

chrismytton commented 6 years ago

Move the logic for retrieving a CSV from a remote URL into a separate class. This makes it easier to test, since we can just test the public interface of this class, rather than having to test private methods of the DiffOutputGenerator class.

Part of #114