nasa / python_cmr

Python library for querying the common metadata repository.
MIT License
24 stars 22 forks source link

Added vcr cassettes for new test functions #71

Closed frankinspace closed 4 months ago

frankinspace commented 4 months ago

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.