urban-meal-delivery/tests/db/fake_data
Alexander Hess 65d1632e98
Add OrderHistory class
- the main purpose of this class is to manage querying the order totals
  from the database and slice various kinds of time series out of the
  data
- the class holds the former `aggregate_orders()` function as a method
- modularize the corresponding tests
- add `tests.config` with globals used when testing to provide a
  single source of truth for various settings
2021-01-09 16:29:58 +01:00
..
__init__.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
factories.py Add OrderHistory class 2021-01-09 16:29:58 +01:00
fixture_makers.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
static_fixtures.py Rename _*_id columns into just *_id 2021-01-05 22:37:12 +01:00