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

Add unit tests around cloud integration #356

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

addyess
Copy link
Member

@addyess addyess commented Jun 20, 2024

Overview

Adds unit testing to cloud_integration.py

Details

It was spotted in SolQA that our cloud integration with AWS failed in focal because of an unsupported dict augmentation introduced in python3.9. Our validation testing of integration was only running on jammy and didn't spot this. Had we had good unit tests on this module, we'd have spotted this early in CI.

Finally adding good unit testing here so we spot these things early rather than late

@addyess addyess requested a review from kwmonroe June 20, 2024 14:53
@addyess addyess force-pushed the akd/unit-test-cloud-integration branch from f9cbeb4 to 15bd592 Compare June 20, 2024 15:00
@addyess addyess merged commit ddd5ff0 into main Jun 21, 2024
7 checks passed
@addyess addyess deleted the akd/unit-test-cloud-integration branch June 21, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant