urban-meal-delivery/tests
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
..
console Add CLI script to gridify all cities 2021-01-06 16:17:05 +01:00
db Add OrderHistory class 2021-01-09 16:29:58 +01:00
forecasts Add OrderHistory class 2021-01-09 16:29:58 +01:00
__init__.py Add a testing tool chain 2020-08-04 00:09:29 +02:00
config.py Add OrderHistory class 2021-01-09 16:29:58 +01:00
conftest.py Add CLI script to gridify all cities 2021-01-06 16:17:05 +01:00
test_config.py Use globals for the database connection 2021-01-04 20:23:55 +01:00
test_version.py Run type checks only against packaged *.py files 2020-08-04 22:57:55 +02:00