Commit graph

2 commits

Author SHA1 Message Date
9196c88ed4
Remove pylint from the project 2021-01-09 17:47:45 +01:00
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
Renamed from tests/forecasts/test_timify.py (Browse further)