Belle II Software
release-05-01-25
test_collector.py
1
from
zmq_daq
import
test_support
2
from
unittest
import
main
3
4
5
class
CollectorTestCase
(test_support.BaseCollectorTestCase):
6
"""Test case"""
7
8
final_collector =
False
9
10
11
class
FinalCollectorTestCase
(test_support.BaseCollectorTestCase):
12
"""Test case"""
13
14
final_collector =
True
15
16
17
if
__name__ ==
'__main__'
:
18
main
()
main
int main(int argc, char **argv)
Run all tests.
Definition:
test_main.cc:77
test_collector.CollectorTestCase
Definition:
test_collector.py:5
test_collector.FinalCollectorTestCase
Definition:
test_collector.py:11
daq
hbasf2
tests
test_collector.py
Generated on Fri Nov 5 2021 03:49:16 for Belle II Software by
1.8.17