NASA-PDS / registry-sweepers

Scripts that run regularly on the registry database, to clean and consolidate information
Apache License 2.0
0 stars 1 forks source link

Provenance regression tests #104

Closed alexdunnjpl closed 5 months ago

alexdunnjpl commented 5 months ago

🗒️ Summary

Implements functional tests for provenance to pass prior to #92, then minimally-updates them to interface with the reimplementation of #92 (at which point they still pass), then updates them to reflect the new desire to output null-valued updates for the latest version of each product.

This ensures that we have a consistent record of what document updates are intended to be produced by the provenance sweeper, while also proving that nothing was broken or mistakenly changedby the reimplementation.

⚙️ Test Data and/or Report

Functional tests pass

♻️ Related Issues

fixes #13