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

Support testing async code #601

Open
reyang opened this issue Apr 3, 2019 · 0 comments
Open

Support testing async code #601

reyang opened this issue Apr 3, 2019 · 0 comments

Comments

@reyang
Copy link
Contributor

reyang commented Apr 3, 2019

Follow up on #564.

Today we don't have any async test cases. We will need to have:

  1. Test harness/tooling support for async test cases.
  2. Test cases using the async/await syntax, which only runs on Py3.7+ (which has a dependency on Update default python version to 3.7 #579).
  3. Test cases using asyncio library (but not async/await syntax), which runs on Py3.4+.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants