Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
U
utilitybillscraper
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • BlocPower
  • utilitybillscraper
  • Milestones
  • Scraper Boilerplate

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.
  • Issues 3
  • Merge Requests 0
  • Participants 0
  • Labels 0
100% complete
100%
Start date
No start date
Until
Jul 15 2016
Due date
Jul 15, 2016 (Past due)
3
Issues 3 New issue
Open: 0 Closed: 3
None
Total issue weight
None
0
Merge requests 0
Open: 0 Closed: 0 Merged: 0
0
Releases
None
Reference: exconfidential/blocpower/utilitybillscraper%"Scraper Boilerplate"