Past due
Milestone
expired on Jul 15, 2016
Scraper Boilerplate
The scrapers will each be celery tasks that take an account dictionary as an argument and return scraper data. In order to test the dispatch method, we will need an empty function definition for each scraper. These should each take an account as an argument and return the following dictionary:
data = {
'account': { provided account info },
'meters': [],
'meterids': [],
'lineitems': []
}
This will be considered complete when a unit test exists that:
- Calls the function on a celery worker, joins it, and checks the result (which should be from the result backend).
All issues for this milestone are closed. You may close this milestone now.