Skip to content

Commit

Permalink
Merge pull request #17 from lsst-ts/tickets/DM-28926
Browse files Browse the repository at this point in the history
DM-28926: Update ATDome and ATDomeTrajectory tests: store schema as code
  • Loading branch information
r-owen committed Mar 3, 2021
2 parents d225f25 + 350b0b2 commit 133868a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_config_files.py
@@ -1,6 +1,6 @@
# This file is part of ts_config_attcs.
#
# Developed for the LSST Telescope and Site Systems.
# Developed for Vera C. Rubin Observatory Telescope and Site Systems.
# This product includes software developed by the LSST Project
# (https://www.lsst.org).
# See the COPYRIGHT file at the top-level directory of this distribution
Expand Down Expand Up @@ -37,11 +37,13 @@ def test_ATAOS(self):
def test_ATDome(self):
self.check_standard_config_files(sal_name="ATDome",
module_name="lsst.ts.ATDome",
schema_name="CONFIG_SCHEMA",
config_package_root=self.config_package_root)

def test_ATDomeTrajectory(self):
self.check_standard_config_files(sal_name="ATDomeTrajectory",
module_name="lsst.ts.ATDomeTrajectory",
schema_name="CONFIG_SCHEMA",
config_package_root=self.config_package_root)

def test_ATHexapod(self):
Expand Down

0 comments on commit 133868a

Please sign in to comment.