NASA-PDS / deep-archive

PDS Open Archival Information System (OAIS) utilities, including Submission Information Package (SIP) and Archive Information Package (AIP) generators
https://nasa-pds.github.io/deep-archive/
Other
7 stars 4 forks source link

Adds a new set of test data `naif3` in order to avoid dependency on a remote web server that may be down for an extended period of time #170

Closed nutjob4life closed 2 months ago

nutjob4life commented 2 months ago

🗒️ Summary

Merge this to make the LADEESIPWithBadbaseurlTest work without relying on a node-specific web server to be up-and-running. Now it depends on pds.nasa.gov being up-and-running, which is something we can manage a lot more easily—and should be up a lot more reliably.

⚙️ Test Data and/or Report

No need since the pre-commit hooks take care of it—but for completion's sake:

$ .venv/bin/pytest
================================================= test session starts ==================================================
…
====================================== 19 passed, 16 skipped, 8 warnings in 0.36s ======================================

♻️ Related Issues