DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
conffwk
scripts
test_all.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# vim: set fileencoding=utf-8 :
3
# Created by Andre Anjos <andre.dos.anjos@cern.ch>
4
# Wed 24 Oct 2007 01:55:04 PM CEST
5
6
"""Run all unittests integrated
7
"""
8
9
from
test_configuration
import
*
10
from
test_conffwkobject
import
*
11
from
test_dal
import
*
12
13
if
__name__ ==
"__main__"
:
14
import
sys
15
sys.argv.append(
'-v'
)
16
unittest.main()
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0