Alexander Hess
1c19da2f70
- as of September 2021, PyCharm is used to write some of the code - PyCharm's built-in code styler, linter, and type checker issued some warnings that are resolved in this commit + spelling mistakes + all instance attributes must be specified explicitly in a class's __init__() method => use `functools.cached_property` for caching + make `tuple`s explicit with `(...)` + one test failed randomly although everything is ok => adjust the fixture's return value (stub for Google Directions API) + reformulate SQL so that PyCharm can understand the symbols |
||
---|---|---|
.. | ||
fake_data | ||
utils | ||
__init__.py | ||
test_addresses.py | ||
test_addresses_addresses.py | ||
test_addresses_pixels.py | ||
test_cities.py | ||
test_couriers.py | ||
test_customer.py | ||
test_forecasts.py | ||
test_grids.py | ||
test_orders.py | ||
test_pixels.py | ||
test_restaurants.py |