#27 test cache and update dependencies #32

Merged
Idvon merged 21 commits from issues-27 into main 2023-05-06 23:04:32 +00:00
Member

fix #27

fix #27
fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
c3449aea59
fix tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
e4fe6806fd
fix city name
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fe078f7ac6
add test cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
77279851ec
fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
e9ee9398c4
fix poetry
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ffde202284
add test conclusion
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
c90089e922
fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ee02d5de74
fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
06b8bb73d3
fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
917ac45404
fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
6ea802af67
d requested changes 2023-05-06 19:43:25 +00:00
@ -1,5 +1,5 @@
*.json
*.toml
*.csv
*.sqlite3
Owner

верни как было

верни как было
Idvon marked this conversation as resolved
@ -3,3 +3,3 @@
COPY pyproject.toml /app
WORKDIR /app
ENV POETRY_VERSION=1.1.12
ENV POETRY_VERSION=1.4.2
Owner

Добавь в название PR "update dependencies"

Добавь в название PR "update dependencies"
Idvon marked this conversation as resolved
@ -2,0 +20,4 @@
LOCAL_CITY = GEO_CONFIG.city_name
LOCAL_TIMEOUT = 1
FREEZER.start()
Owner

Мб обернуть в with freeze_time?

Мб обернуть в `with freeze_time`?
Idvon marked this conversation as resolved
@ -39,0 +23,4 @@
with requests_mock.Mocker() as m:
m.get(OW_GEO_URL, json=[])
requests.get(OW_GEO_URL).json()
Owner

Эти три тут зачем? Вызывай их в соответствующих функциях тестов

Эти три тут зачем? Вызывай их в соответствующих функциях тестов
Idvon marked this conversation as resolved
Idvon changed title from #27 test cache to #27 test cache and update dependencies 2023-05-06 19:51:23 +00:00
fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ec0fa9acab
d approved these changes 2023-05-06 23:04:19 +00:00
Idvon merged commit aefb607e69 into main 2023-05-06 23:04:32 +00:00
Idvon deleted branch issues-27 2023-05-06 23:04:32 +00:00
Sign in to join this conversation.
No description provided.