Belle II Software
development
postmdstidentification_examples.py
1
#!/usr/bin/env python3
2
# -- analysis/tests/postmdstidentification_examples.py
3
4
11
12
import
b2test_utils
as
b2tu
13
import
b2test_utils_analysis
as
b2tua
14
15
16
17
18
class
ExamplesTest
(b2tua.ExamplesTest):
19
def
test_postmdstidentification_examples
(self):
20
"""
21
Test supported PostMdstIdentification examples.
22
"""
23
24
self._test_examples_dir('analysis/examples/PostMdstIdentification/'
)
25
26
27
if
__name__ ==
'__main__'
:
28
with
b2tu.clean_working_directory():
29
b2tua.unittest.main()
postmdstidentification_examples.ExamplesTest
extend the examples test class to actually run over the post mdst identification examples:
Definition:
postmdstidentification_examples.py:18
postmdstidentification_examples.ExamplesTest.test_postmdstidentification_examples
def test_postmdstidentification_examples(self)
Definition:
postmdstidentification_examples.py:19
analysis
tests
postmdstidentification_examples.py
Generated on Fri Nov 8 2024 02:32:57 for Belle II Software by
1.9.6