-
Notifications
You must be signed in to change notification settings - Fork 807
Catch exceptions in AwsInstance and AzureInstance #924
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
Catch exceptions in AwsInstance and AzureInstance #924
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #924 +/- ##
===========================================
+ Coverage 19.07% 19.81% +0.73%
===========================================
Files 338 338
Lines 11482 11484 +2
===========================================
+ Hits 2190 2275 +85
+ Misses 9292 9209 -83
Continue to review full report at Codecov.
|
Can we add a test to ensure this issue doesn't get accidentally reintroduced in the future? |
c4522a5
to
9bb7332
Compare
0c7cc38
to
eed5ea1
Compare
and change urllib.request.urlopen() to requests.get() for easier testing; functionality doesn't change
Fixes #902
and adds tests for all the cloud instance classes (
common/cloud/*
)