Skip to content

Commit 043adbe

Browse files
author
Michael Johns
committed
test(sample): add tropomi exports to __all__ assertion
test_sample_package_all pins the exact sample.__all__ set; add TropomiDownloader + download_tropomi_aoi introduced with the S5P downloader. Full test/ds + test/sample suites now green (343 passed). Co-authored-by: Isaac
1 parent 71d9138 commit 043adbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/geobrix/test/sample/test_sample_bundle.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ def test_sample_package_all():
3838
"DemDownloader",
3939
"NaipDownloader",
4040
"OvertureClient",
41+
"TropomiDownloader",
4142
"download_dem_aoi",
4243
"download_naip_aoi",
4344
"download_overture_aoi",
45+
"download_tropomi_aoi",
4446
"get_temp_dir",
4547
"get_volumes_path",
4648
"run_complete_bundle",

0 commit comments

Comments
 (0)