From 7b8c09f7ec6d1b0dbeae305dcbbde3ae4978106e Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 9 Sep 2024 11:38:30 -0400 Subject: [PATCH] add `test_requirements.json` to repository to track requirements --- test_requirements.json | 97 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 test_requirements.json diff --git a/test_requirements.json b/test_requirements.json new file mode 100644 index 000000000..2da15fb89 --- /dev/null +++ b/test_requirements.json @@ -0,0 +1,97 @@ +{ + "DMS9": [ + "romancal.regtest.test_wfi_pipeline.test_level2_grism_processing_pipeline" + ], + "DMS25": [ + "romancal.regtest.test_wfi_dq_init.test_dq_init_image_step", + "romancal.regtest.test_wfi_dq_init.test_dq_init_grism_step" + ], + "DMS79": [ + "romancal.regtest.test_wfi_flat_field.test_flat_field_crds_match_image_step" + ], + "DMS86": [ + "romancal.regtest.test_wfi_pipeline.test_level2_image_processing_pipeline" + ], + "DMS87": [ + "romancal.regtest.test_wfi_pipeline.test_level2_image_processing_pipeline" + ], + "DMS88": [ + "romancal.regtest.test_wfi_pipeline.test_level2_image_processing_pipeline" + ], + "DMS90": [ + "romancal.regtest.test_wfi_pipeline.test_level2_grism_processing_pipeline" + ], + "DMS91": [ + "romancal.regtest.test_wfi_pipeline.test_level2_grism_processing_pipeline" + ], + "DMS140": [ + "romancal.regtest.test_wfi_photom.test_absolute_photometric_calibration" + ], + "DMS278": [ + "romancal.regtest.test_wfi_pipeline.test_level2_grism_processing_pipeline" + ], + "DMS280": [ + "romancal.regtest.test_wfi_pipeline.test_level2_image_processing_pipeline", + "romancal.regtest.test_tweakreg.test_tweakreg" + ], + "DMS342": [ + "romancal.regtest.test_resample.test_resample_single_file" + ], + "DMS343": [ + "romancal.regtest.test_resample.test_resample_single_file" + ], + "DMS344": [ + "romancal.regtest.test_resample.test_resample_single_file" + ], + "DMS345": [ + "romancal.regtest.test_resample.test_resample_single_file" + ], + "DMS356": [ + "romancal.regtest.test_mos_pipeline.test_level3_mos_pipeline" + ], + "DMS361": [ + "romancal.regtest.test_wfi_pipeline.test_level2_image_processing_pipeline" + ], + "DMS365": [ + "romancal.regtest.test_wfi_pipeline.test_level2_grism_processing_pipeline" + ], + "DMS373": [ + "romancal.regtest.test_mos_pipeline.test_hlp_mosaic_pipeline" + ], + "DMS374": [ + "romancal.regtest.test_mos_pipeline.test_level3_mos_pipeline", + "romancal.regtest.test_catalog.test_catalog_l3", + "romancal.regtest.test_catalog.test_catalog_l2" + ], + "DMS375": [ + "romancal.regtest.test_catalog.test_catalog_l3", + "romancal.regtest.test_catalog.test_catalog_l2" + ], + "DMS376": [ + "romancal.regtest.test_catalog.test_catalog_l3", + "romancal.regtest.test_catalog.test_catalog_l2" + ], + "DMS386": [ + "romancal.regtest.test_catalog.test_catalog_l3", + "romancal.regtest.test_catalog.test_catalog_l2" + ], + "DMS387": [ + "romancal.regtest.test_catalog.test_catalog_l3", + "romancal.regtest.test_catalog.test_catalog_l2" + ], + "DMS400": [ + "romancal.regtest.test_mos_pipeline.test_level3_mos_pipeline" + ], + "DMS405": [ + "romancal.regtest.test_tweakreg.test_tweakreg" + ], + "DMS413": [ + "romancal.regtest.test_wfi_16resultants.test_16resultants_image_processing" + ], + "DMS414": [ + "romancal.regtest.test_wfi_16resultants.test_16resultants_spectral_processing" + ], + "DMS488": [ + "romancal.regtest.test_tweakreg.test_tweakreg" + ] +}