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

feat(tests): add database tests for the synchronous client #738

Merged
merged 13 commits into from
May 13, 2023

Conversation

RobertCraigie
Copy link
Owner

@RobertCraigie RobertCraigie commented Apr 2, 2023

Change Summary

closes #737

You can now run database tests for the synchronous client like so:

nox -s databases -- test --databases=postgresql --inplace --for-async=false

This PR also fixes a bug discovered by this where the synchronous client engine stop method was missing a timeout argument.

Checklist

  • Unit tests for the changes exist
  • Tests pass without significant drop in coverage
  • Documentation reflects changes where applicable
  • Test snapshots have been updated if applicable

Agreement

By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.

@RobertCraigie RobertCraigie changed the title feat(tests): add tests for the synchronous client feat(tests): add database tests for the synchronous client Apr 6, 2023
@RobertCraigie RobertCraigie marked this pull request as ready for review May 13, 2023 22:34
@RobertCraigie RobertCraigie merged commit 63935b2 into main May 13, 2023
@RobertCraigie RobertCraigie deleted the feat/synchronous-tests branch May 13, 2023 22:43
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.

Add tests for the synchronous client
1 participant