urban-meal-delivery/tests
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
..
db Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
__init__.py Add a testing tool chain 2020-08-04 00:09:29 +02:00
conftest.py Isolate configuration related code better 2020-12-14 15:15:08 +01:00
test_config.py Add database migrations 2020-08-11 10:29:58 +02:00
test_console.py Run type checks only against packaged *.py files 2020-08-04 22:57:55 +02:00
test_version.py Run type checks only against packaged *.py files 2020-08-04 22:57:55 +02:00