Skip to content

Commit

Permalink
Add LATISS pipeline building tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 26, 2024
1 parent 9bf6e93 commit 45b142d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,16 @@ def test_cameras(self):
@unittest.skipIf(not has_obs_lsst, reason="Cannot test LATISS pipelines without obs_lsst")
def test_latiss_pipelines(self):
for pipeline in self._get_pipelines(exclude=[
# The following two tasks are not part of the new pipelines.
"cpDarkForDefects.yaml",
"cpDefectsIndividual.yaml",
# The following task is not defined for LATISS.
"cpMonochromatorScan.yaml",
# TODO DM-46356: Remove following from exclusion list.
"cpBiasBootstrap.yaml",
"cpDarkBootstrap.yaml",
"cpFlatBootstrap.yaml",
# The following tasks will be added in the future.
"cpCrosstalk.yaml",
"cpFringe.yaml",
# TODO: DM-46426
"cpCti.yaml",
]):
self._check_pipeline(os.path.join(self.pipeline_path, "LATISS", pipeline))

Expand Down

0 comments on commit 45b142d

Please sign in to comment.