-
Notifications
You must be signed in to change notification settings - Fork 1
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
DM-40101: Use vcr to provide a mock EFD for testing #55
Conversation
4c2157f
to
4791feb
Compare
tests/test_efdUtils.py
Outdated
@@ -51,12 +54,24 @@ | |||
except ImportError: | |||
HAS_EFD_CLIENT = False | |||
|
|||
# Use mode="none" to run tests for normal operation. | |||
# To update files or generate new ones, make sure you have a working | |||
# connection to lsst-schema-registry-efd.ncsa.illinois.edu |
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.
Is this address true? I'm a bit surprised to still see nasa dependency.
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.
Oh nvm... I see you corrected this in a later commit. I guess that commit could be squashed with the first one.
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.
LGTM. Though I have zero knowledge about vcr
and can't really provide any feedbacks about it.
How did you generate the cassette files? Might be good to document some instructions for other developers how to maintain them going forwards?
No description provided.