urban-meal-delivery/tests/db
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
..
fake_data Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
__init__.py Add an ORM layer 2020-08-11 10:28:17 +02:00
conftest.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
test_addresses.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
test_cities.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +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_orders.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
test_restaurants.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00