Skip to content
Snippets Groups Projects

switch GaudiConf python test from CALO to RICH test, as it works with dd4hep

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -68,10 +68,10 @@ def test_lbexec_testfiledb(monkeypatch):
def test_gaudirun_options():
"""Ensure that the options property of qmtfiles is respected"""
qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "CaloFuture/CaloFutureDAQ/tests/qmtest/raw-to-digit.qmt"
qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints.qmt"
proc = run(["qmtexec", str(qmtfile)])
# Ensure that the expected options were ran
assert "Boole-13104012-100ev-20170301.digi" in proc.stdout
assert "BM-20220111-DDDB/30000000/XDST/Brunel_100.xdst" in proc.stdout
def test_set_cwd():
Loading