urban-meal-delivery/src/urban_meal_delivery
Alexander Hess 78dba23d5d
Re-factor the ORM tests to use randomized fake data
- create `*Factory` classes with fakerboy and faker that generate
  randomized instances of the ORM models
- add new pytest marker: "db" are the integration tests involving the
  database whereas "e2e" will be all other integration tests
- streamline the docstrings in the ORM models
2020-12-29 15:40:32 +01:00
..
db Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
__init__.py Isolate configuration related code better 2020-12-14 15:15:08 +01:00
configuration.py Disable too-few-public-methods error in pylint 2020-12-16 11:04:43 +01:00
console.py Add CLI entry point umd 2020-08-04 21:14:40 +02:00