forked from aio-libs/aiohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
converte some files to async/await syntax (aio-libs#2392)
* convert test_web_response.py to use async/await syntax * convert test_urldispatch.py to use async/await syntax * convert test_web_sendfile_functional.py to use async/await syntax * convert test_web_protocol.py to use async/await syntax * convert test_route_def.py to use async/await syntax * convert test_pytest_plugin.py to use async/await syntax * convert test_resolver.py to use async/await syntax * convert web_middlewares.py to use async/await syntax
- Loading branch information
1 parent
bfcf9e9
commit 9c0f73a
Showing
8 changed files
with
477 additions
and
663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.