diff --git a/doc/tutorials/developing.rst b/doc/tutorials/developing.rst index e1f469813ca170b942708ce0f2da70f0887bd921..c5c8b7527f83db46e022e50a0658015c2f9fcb8a 100644 --- a/doc/tutorials/developing.rst +++ b/doc/tutorials/developing.rst @@ -80,7 +80,7 @@ to make your new test known to the build system, and run using the instructions You can find a detailed specification of the available features on the `Gaudi testing infrastructure`_ TWiki page (which is outdated in some places), -but you can also look at the `Gaudi `_ or `LHCb `_ testing +but you can also look at the `Gaudi `_ (note Gaudi was ported to Pytest and QMTest support was moved to LHCb), LHCb Pytest `LHCb `_ or LHCb QMTest `LHCb `_ testing infrastructure code. Let's dissect the test definition of the `hlt1_reco_baseline.qmt`_ test in @@ -230,6 +230,8 @@ function and follow the instructions in the "Job Options Driven Profiling" secti .. _lb-stack-setup: https://gitlab.cern.ch/rmatev/lb-stack-setup .. _Moore: https://gitlab.cern.ch/lhcb/Moore .. _Gaudi testing infrastructure: https://twiki.cern.ch/twiki/bin/view/Gaudi/GaudiTestingInfrastructure +.. _GaudiPolicy: https://gitlab.cern.ch/lhcb/Gaudi/-/tree/master/GaudiPolicy/python/GaudiTesting +.. _LHCbPytest: https://gitlab.cern.ch/lhcb/LHCb/-/tree/master/GaudiConf/python/LHCbTesting .. _LHCbQMTest: https://gitlab.cern.ch/lhcb/LHCb/-/tree/master/GaudiConf/python/GaudiConf/QMTest .. _hlt1_reco_baseline.qmt: https://gitlab.cern.ch/lhcb/Moore/-/blob/master/Hlt/RecoConf/tests/qmtest/hlt1_reco_baseline.qmt .. _exclusions.py: https://gitlab.cern.ch/lhcb/Moore/-/blob/master/Hlt/Moore/python/Moore/qmtest/exclusions.py