Skip to content

Telegram v2 #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Feb 21, 2021
Merged

Telegram v2 #328

merged 41 commits into from
Feb 21, 2021

Conversation

leddcode
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 20, 2021

Codecov Report

Merging #328 (5b6b73b) into develop (ab1d671) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #328   +/-   ##
========================================
  Coverage    98.05%   98.05%           
========================================
  Files           73       73           
  Lines         3194     3194           
========================================
  Hits          3132     3132           
  Misses          62       62           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab1d671...5b6b73b. Read the comment docs.

@@ -140,7 +140,7 @@ async def test_user_not_registered(telegram_client):
assert response.status_code == status.HTTP_200_OK

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer response.ok

@@ -140,7 +140,7 @@ async def test_user_not_registered(telegram_client):
assert response.status_code == status.HTTP_200_OK
assert b'Hello, Moshe!' in response.content
assert b'To use PyLendar Bot you have to register' \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we shouldn't use \ for line breaks.

@yammesicka yammesicka merged commit fe4cab9 into PythonFreeCourse:develop Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants