-
Notifications
You must be signed in to change notification settings - Fork 10
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 environmental control over network-dependent tests #261
Add environmental control over network-dependent tests #261
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CodyCBakerPhD the approach in general looks fine. The comments I added are mainly to help clean the code up a bit (e.g, to avoid code duplication)
Codecov Report
@@ Coverage Diff @@
## dev #261 +/- ##
==========================================
- Coverage 94.45% 90.60% -3.85%
==========================================
Files 19 20 +1
Lines 992 1022 +30
==========================================
- Hits 937 926 -11
- Misses 55 96 +41
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
fix #260
@TheChymera, does this meet your request?