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

Added vcr cassettes for new test functions #71

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Conversation

frankinspace
Copy link
Collaborator

Closes #70

Switched test class in test_collection.py and test_granule.py to inherit from VCRTestCase as mentioned in the docs https://vcrpy.readthedocs.io/en/latest/usage.html#unittest-integration

Changed the default path to use fixtures/vcr_cassettes to match location of other cassette files.

Now any function added to the class will have a cassette created for it automatically.

@frankinspace frankinspace requested a review from a team July 24, 2024 18:50
Copy link
Collaborator

@chuckwondo chuckwondo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@frankinspace frankinspace merged commit c09bc4e into develop Jul 24, 2024
7 checks passed
@frankinspace frankinspace deleted the issues/70 branch July 24, 2024 21:51
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.

Add vcrpy cassettes for revision_date unit tests
2 participants