Skip to content

Implement QCoroTest#171

Merged
danvratil merged 3 commits intomainfrom
feature/qcorotest
Apr 26, 2023
Merged

Implement QCoroTest#171
danvratil merged 3 commits intomainfrom
feature/qcorotest

Conversation

@danvratil
Copy link
Collaborator

No description provided.

Right now it only contains QCoroTest header, which provides coroutine-friendly
versions of the common test macros from the QtTest module. Usually the only
difference is that instead of `return` the macros use `co_return` internally.
@danvratil danvratil enabled auto-merge April 26, 2023 13:09
@danvratil danvratil linked an issue Apr 26, 2023 that may be closed by this pull request
@danvratil danvratil merged commit f29bbe8 into main Apr 26, 2023
@danvratil danvratil deleted the feature/qcorotest branch April 26, 2023 13:15
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.

Make the coroutine-friendly versions of QTest macros public

1 participant