urban-meal-delivery/tests/db
Alexander Hess 1bfc7db916
Make Grid.gridify() use only pickup addresses
- ensure a `Restaurant` only has one unique `Order.pickup_address`
- rework `Grid.gridify()` so that only pickup addresses are assigned
  into `Pixel`s
- include database migrations to ensure the data adhere to these
  tighter constraints
2021-01-24 19:04:39 +01:00
..
fake_data Remove pylint from the project 2021-01-09 17:47:45 +01:00
utils Remove pylint from the project 2021-01-09 17:47:45 +01:00
__init__.py Add an ORM layer 2020-08-11 10:28:17 +02:00
test_addresses.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_addresses_pixels.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_cities.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_couriers.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_customer.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_forecasts.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
test_grids.py Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
test_orders.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_pixels.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_restaurants.py Remove pylint from the project 2021-01-09 17:47:45 +01:00