urban-meal-delivery/tests/db
Alexander Hess 1c19da2f70
Solve all issues detected by PyCharm
- 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
2021-09-12 16:51:12 +02:00
..
fake_data Add OrderHistory.first/last_order() methods 2021-01-31 21:46:20 +01:00
utils Add constructor for the DistanceMatrix class 2021-09-12 16:51:10 +02:00
__init__.py Add an ORM layer 2020-08-11 10:28:17 +02:00
test_addresses.py Add functionality for drawing folium.Maps 2021-01-26 17:07:50 +01:00
test_addresses_addresses.py Solve all issues detected by PyCharm 2021-09-12 16:51:12 +02:00
test_addresses_pixels.py Add DistanceMatrix class 2021-09-12 16:51:10 +02:00
test_cities.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_couriers.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_customer.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_forecasts.py Rename Forecast.training_horizon into .train_horizon 2021-02-02 13:09:09 +01:00
test_grids.py Add Pixel.northeast/southwest properties 2021-01-26 17:05:36 +01:00
test_orders.py Remove pylint from the project 2021-01-09 17:47:45 +01:00
test_pixels.py Adjust Pixel.__repr__() a tiny bit 2021-01-31 19:34:05 +01:00
test_restaurants.py Remove pylint from the project 2021-01-09 17:47:45 +01:00