Skip to content

Commit deb0eb8

Browse files
scottstaniepre-commit-ci[bot]seongsujeong
authored
Fix s1_orbit to use ASF S3 orbit source (#142)
* Fix `s1_orbit` to use ASF S3 orbit source. Closes #3 Closes opera-adt/COMPASS#226 * Fix formatting, add list_public_bucket tests * add install to circle ci * remove `match` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add test with monkeypatch for RESORB edge case * remove precise case * refactor to be 3 separate tests * Update tests/test_orbit.py * Apply suggestions from code review Co-authored-by: Seongsu Jeong <[email protected]> * Use `lmxl.etree` instead of `xml` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Seongsu Jeong <[email protected]>
1 parent a6d775f commit deb0eb8

File tree

7 files changed

+1515
-418
lines changed

7 files changed

+1515
-418
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- run:
2626
name: "Run unit tests"
2727
command: |
28+
python -m pip install pytest-recording
2829
python3 -m pytest
2930
3031
workflows:

0 commit comments

Comments
 (0)