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

Wait for callbacks #55

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Wait for callbacks #55

merged 2 commits into from
Sep 1, 2023

Conversation

lancetipton
Copy link
Owner

@lancetipton lancetipton commented Sep 1, 2023

Updates

  • The test runner currently does not wait for the callbacks to finish
    • This causes issues when they are async
    • It creates a race condition when the tests finish before the callback does
  • This PR adds await to all the callbacks, so that the runner will wait until the callbacks complete before moving on to the next test
  • It also includes tests and fixes for tags

@lancetipton lancetipton merged commit 6efa5ef into main Sep 1, 2023
1 check passed
@lancetipton lancetipton deleted the wait-for-callbacks branch September 1, 2023 02:10
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.

None yet

1 participant