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 |
||
---|---|---|
.. | ||
console | ||
db | ||
forecasts | ||
__init__.py | ||
config.py | ||
conftest.py | ||
test_config.py | ||
test_init_r.py | ||
test_version.py |