Closed frankinspace closed 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
VCRTestCase
Changed the default path to use fixtures/vcr_cassettes to match location of other cassette files.
fixtures/vcr_cassettes
Now any function added to the class will have a cassette created for it automatically.
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-integrationChanged 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.