Skip to content
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

Fix bug in route name validation #5051

Merged
merged 5 commits into from
Oct 15, 2020
Merged

Fix bug in route name validation #5051

merged 5 commits into from
Oct 15, 2020

Conversation

asvetlov
Copy link
Member

@asvetlov asvetlov commented Oct 15, 2020

Fixes #4691

Co-Authored-By: gorogoroumaru force.minpiku@gmail.com

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Oct 15, 2020
@codecov-io
Copy link

codecov-io commented Oct 15, 2020

Codecov Report

Merging #5051 into master will decrease coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5051      +/-   ##
==========================================
- Coverage   97.60%   97.59%   -0.02%     
==========================================
  Files          43       43              
  Lines        8953     8955       +2     
  Branches     1410     1411       +1     
==========================================
+ Hits         8739     8740       +1     
  Misses         96       96              
- Partials      118      119       +1     
Flag Coverage Δ
#unit 97.59% <66.66%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp/web_urldispatcher.py 98.49% <66.66%> (-0.30%) ⬇️
aiohttp/web_fileresponse.py 98.38% <0.00%> (+0.53%) ⬆️

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 0c85bb2...1a2188d. Read the comment docs.

@asvetlov asvetlov merged commit e77144f into master Oct 15, 2020
@asvetlov asvetlov deleted the fix-error-msg branch October 15, 2020 17:10
github-actions bot pushed a commit that referenced this pull request Oct 15, 2020
* Fix bug in route name validation

* Add changelog

* Fix test end error msg

* Add test
@github-actions
Copy link
Contributor

💚 Backport successful

The PR was backported to the following branches:

asvetlov pushed a commit that referenced this pull request Oct 15, 2020
asvetlov added a commit that referenced this pull request Oct 16, 2020
* Fix bug in route name validation

* Add changelog

* Fix test end error msg

* Add test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot have python keyword in route name
2 participants