urban-meal-delivery/tests/db
Alexander Hess f996376b13
Add ORM models for the pixel grids
- add Grid, Pixel, and AddressPixelAssociation ORM models
- each Grid belongs to a City an is characterized by the side_length
  of all the square Pixels contained in it
- Pixels aggregate Addresses => many-to-many relationship (that is
  modeled with SQLAlchemy's Association Pattern to implement a couple
  of constraints)
2021-01-03 19:33:36 +01:00
..
fake_data Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
utils Add UTMCoordinate class 2021-01-02 14:31:59 +01:00
__init__.py Add an ORM layer 2020-08-11 10:28:17 +02:00
conftest.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
test_addresses.py Add Address.x and Address.y coordinates 2021-01-02 16:29:50 +01:00
test_addresses_pixels.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
test_cities.py Add Address.x and Address.y coordinates 2021-01-02 16:29:50 +01:00
test_couriers.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
test_customer.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
test_grids.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
test_orders.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
test_pixels.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
test_restaurants.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00