You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove product bundles json from repo, and fetch it dynamically, add helper function to get valid item types and bundles in cli (#1094)
* get product bundles from orders endpoint, don't test every bundle and item type for maintainability
* remove unused var
* use lazy loading for bundles spec
* tmp
* remove skip validation, clean up error for user
* clean up
* remove PSOrthoTile from tests, replace with PSScene, mock bundles spec in async tests
* update tests to use a mocked bundles spec, clean up linting/formatting
* mock spec in data api cli tests
* use real bundle name in mock
* print to debug test failing in ci
* print to debug test failing in ci
* move fake bundles spec into conftest to avoid collision
* add commands for show-bundles and show-item-types in cli with tests
* remove 'show' from cli commands, rework error message
* reformat cache dict
* mock call to spec url in the fixture
0 commit comments