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

tests: check env vars are present before starting tests #61

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

robvdl
Copy link
Member

@robvdl robvdl commented Mar 28, 2024

Previously it would just get None values and try to connect using those.

This can be avoided by checking the env vars are present earlier and not starting.

Closes #60

Previously it would just get None values and try to connect using those.

This can be avoided by checking the env vars are present earlier and not starting.

Closes #60
@robvdl robvdl merged commit cb3bc0a into master Mar 28, 2024
1 check passed
@robvdl robvdl deleted the check-test-env branch March 28, 2024 20:14
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.

Better error handling for tests if one of the SAMBAL_TEST_* env vars isn't correctly configured
1 participant