Skip to content

Commit

Permalink
test: new product types
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed May 28, 2024
1 parent 739961b commit 9a880bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/units/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def tearDownClass(cls):

class TestCore(TestCoreBase):
SUPPORTED_PRODUCT_TYPES = {
"AG_ERA5": ["cop_cds", "wekeo"],
"CAMS_GAC_FORECAST": ["cop_ads", "dedl", "wekeo"],
"CAMS_EU_AIR_QUALITY_FORECAST": ["cop_ads", "dedl", "wekeo"],
"CAMS_GFE_GFAS": ["cop_ads", "dedl"],
Expand Down Expand Up @@ -211,6 +212,8 @@ class TestCore(TestCoreBase):
"PLD_PAN": ["theia"],
"PLD_PANSHARPENED": ["theia"],
"PLD_XS": ["theia"],
"SATELLITE_SEA_ICE_CONCENTRATION": ["cop_cds", "wekeo"],
"SATELLITE_SEA_ICE_THICKNESS": ["cop_cds", "wekeo"],
"S1_SAR_GRD": [
"astraea_eod",
"aws_eos",
Expand Down

0 comments on commit 9a880bb

Please sign in to comment.