WS-601: Rewrite/refactor ingestion manifest builder to pass disabled tests, part two
1 unresolved thread
-
removed redundant test -
test_miscellaneous_manifests tests pass -
refactored testing values to central location -
enum -> str args that I missed
TODO in part 3:
-
re-enable remaining disabled tests and rewrite/refactor to make them pass -
implement pending tests
Merge request reports
Activity
33 34 if file.name.endswith(".fits") and "rms" not in file.name 34 35 ][0] 35 36 image_files = [ 36 file for file in self.files_found if "rms" in file.name or file.name.endswith(".png") 37 file for file in self.files_found if ("rms" in file.name or file.name.endswith(".png"))
Please register or sign in to reply