Skip to content

Commit

Permalink
AMDA multidimensional data download test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolgalad authored and jeandet committed Nov 25, 2021
1 parent c3ee42c commit 27b9e6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_amda.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ def test_get_timetable_from_Index(self):
def test_get_catalog_from_Index(self):
r = spz.amda.get_catalog(spz.amda.list_catalogs()[-1])
self.assertIsNotNone(r)
def test_get_multidimensional_data(self):
r = spz.amda.get_data("psp_spe_EvsEvspa", "2021-07-30T00:00:00", "2021-07-30T00:05:00")
self.assertIsNotNone(r)
self.assertIsNotNone(r.data)



class PrivateProductsRequests(unittest.TestCase):
Expand Down

0 comments on commit 27b9e6c

Please sign in to comment.