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 async def tests #31

Merged
merged 2 commits into from
Sep 17, 2022
Merged

Conversation

kmike
Copy link
Contributor

@kmike kmike commented Aug 18, 2022

Fixes #30.

TODO:

  • implementation
  • tests

@kmike
Copy link
Contributor Author

kmike commented Aug 18, 2022

The added test fails before the change, and works after. I've also checked it on the code I wanted this feature for, it works.

During the tests I only used py37-pytest61-mypy0931 environment (picked randomly). There are some issues with py36 tests, I haven't checked them, but they seem unrelated - test_iter_comments fails for me before anad after, and the new test passes after the change.

@kmike kmike mentioned this pull request Aug 19, 2022
6 tasks
@davidfritzsche davidfritzsche merged commit 5ab5fe8 into davidfritzsche:main Sep 17, 2022
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.

Support async def test cases
2 participants