- 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 |
||
|---|---|---|
| .. | ||
| fake_data | ||
| __init__.py | ||
| conftest.py | ||
| test_addresses.py | ||
| test_cities.py | ||
| test_couriers.py | ||
| test_customer.py | ||
| test_orders.py | ||
| test_restaurants.py | ||